Class AFPFontConfig.CIDKeyedFontConfig
java.lang.Object
org.apache.fop.render.afp.AFPFontConfig.AFPFontConfigData
org.apache.fop.render.afp.AFPFontConfig.CIDKeyedFontConfig
- Enclosing class:
AFPFontConfig
-
Field Summary
FieldsFields inherited from class AFPFontConfig.AFPFontConfigData
triplets, uri -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCIDKeyedFontConfig(List<FontTriplet> triplets, String type, String codePage, String encoding, String characterset, String name, CharacterSetType charsetType, boolean embeddable, String uri) -
Method Summary
Modifier and TypeMethodDescription(package private) AFPFontInfogetFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer) Methods inherited from class AFPFontConfig.AFPFontConfigData
getAccessor, getFontInfo
-
Field Details
-
charsetType
-
characterset
-
-
Constructor Details
-
CIDKeyedFontConfig
private CIDKeyedFontConfig(List<FontTriplet> triplets, String type, String codePage, String encoding, String characterset, String name, CharacterSetType charsetType, boolean embeddable, String uri)
-
-
Method Details
-
getFontInfo
AFPFontInfo getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer) throws IOException - Specified by:
getFontInfoin classAFPFontConfig.AFPFontConfigData- Throws:
IOException
-