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 class
AFPFontConfig.AFPFontConfigData
(package private) static class
AFPFontConfig.AFPFontInfoConfigParser
The parser for AFP font data.static class
AFPFontConfig.AFPTrueTypeFont
private static class
AFPFontConfig.AggregateMatcher
(package private) static class
AFPFontConfig.CIDKeyedFontConfig
(package private) static class
AFPFontConfig.OutlineFontConfig
private static class
AFPFontConfig.ParserHelper
(package private) static class
AFPFontConfig.RasterCharactersetData
(package private) static class
AFPFontConfig.RasterFontConfig
(package private) static class
AFPFontConfig.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>
fontsConfig
private static org.apache.commons.logging.Log
LOG
-
Constructor Summary
Constructors Modifier Constructor Description private
AFPFontConfig()
-
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 Typeface
getTypeFace(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
-
-