Package org.apache.fop.render.afp
Class AFPFontConfig
java.lang.Object
org.apache.fop.render.afp.AFPFontConfig
- All Implemented Interfaces:
FontConfig
The config object for AFP fonts, these differ from the the more generic fonts (TTF and Type1).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static final class
The parser for AFP font data.static class
private static final class
(package private) static final class
(package private) static final class
private static final class
(package private) static final class
(package private) static final class
(package private) static final class
Nested classes/interfaces inherited from interface org.apache.fop.fonts.FontConfig
FontConfig.FontConfigParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<AFPFontConfig.AFPFontConfigData>
private static final org.apache.commons.logging.Log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of AFP font configuration data.private static Typeface
getTypeFace
(String base14Name)
-
Field Details
-
LOG
private static final org.apache.commons.logging.Log LOG -
fontsConfig
-
-
Constructor Details
-
AFPFontConfig
private AFPFontConfig()
-
-
Method Details
-
getFontConfig
Returns a list of AFP font configuration data.- Returns:
- the AFP font config data
-
getTypeFace
- Throws:
ClassNotFoundException
-