Package org.apache.fop.render.afp
Class AFPFontConfig
- java.lang.Object
-
- org.apache.fop.render.afp.AFPFontConfig
-
- All Implemented Interfaces:
FontConfig
public final class AFPFontConfig extends java.lang.Object implements FontConfig
The config object for AFP fonts, these differ from the the more generic fonts (TTF and Type1).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAFPFontConfig.AFPFontConfigData(package private) static classAFPFontConfig.AFPFontInfoConfigParserThe parser for AFP font data.static classAFPFontConfig.AFPTrueTypeFontprivate static classAFPFontConfig.AggregateMatcher(package private) static classAFPFontConfig.CIDKeyedFontConfig(package private) static classAFPFontConfig.OutlineFontConfigprivate static classAFPFontConfig.ParserHelper(package private) static classAFPFontConfig.RasterCharactersetData(package private) static classAFPFontConfig.RasterFontConfig(package private) static classAFPFontConfig.TrueTypeFontConfig-
Nested classes/interfaces inherited from interface org.apache.fop.fonts.FontConfig
FontConfig.FontConfigParser
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<AFPFontConfig.AFPFontConfigData>fontsConfigprivate static org.apache.commons.logging.LogLOG
-
Constructor Summary
Constructors Modifier Constructor Description privateAFPFontConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AFPFontConfig.AFPFontConfigData>getFontConfig()Returns a list of AFP font configuration data.private static TypefacegetTypeFace(java.lang.String base14Name)
-
-
-
Field Detail
-
LOG
private static final org.apache.commons.logging.Log LOG
-
fontsConfig
private final java.util.List<AFPFontConfig.AFPFontConfigData> fontsConfig
-
-
Method Detail
-
getFontConfig
public java.util.List<AFPFontConfig.AFPFontConfigData> getFontConfig()
Returns a list of AFP font configuration data.- Returns:
- the AFP font config data
-
getTypeFace
private static Typeface getTypeFace(java.lang.String base14Name) throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
-
-