Package org.apache.fop.render.afp
Class AFPFontConfig.AFPFontConfigData
java.lang.Object
org.apache.fop.render.afp.AFPFontConfig.AFPFontConfigData
- Direct Known Subclasses:
AFPFontConfig.CIDKeyedFontConfig
,AFPFontConfig.OutlineFontConfig
,AFPFontConfig.RasterFontConfig
,AFPFontConfig.TrueTypeFontConfig
- Enclosing class:
AFPFontConfig
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAFPFontConfigData
(List<FontTriplet> triplets, String type, String codePage, String encoding, String name, boolean embeddable, String uri) -
Method Summary
Modifier and TypeMethodDescription(package private) AFPResourceAccessor
getAccessor
(InternalResourceResolver resourceResolver) (package private) static AFPFontInfo
getFontInfo
(AFPFont font, AFPFontConfig.AFPFontConfigData config) (package private) abstract AFPFontInfo
getFontInfo
(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)
-
Field Details
-
triplets
-
codePage
-
encoding
-
name
-
embeddable
private final boolean embeddable -
uri
-
-
Constructor Details
-
AFPFontConfigData
-
-
Method Details
-
getFontInfo
-
getFontInfo
abstract AFPFontInfo getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer) throws IOException - Throws:
IOException
-
getAccessor
-