Uses of Class
org.apache.fop.afp.fonts.AFPFontInfo
-
Packages that use AFPFontInfo Package Description org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AFPFontInfo in org.apache.fop.afp.fonts
Fields in org.apache.fop.afp.fonts with type parameters of type AFPFontInfo Modifier and Type Field Description private java.util.List<AFPFontInfo>
AFPFontCollection. fontInfoList
Constructor parameters in org.apache.fop.afp.fonts with type arguments of type AFPFontInfo Constructor Description AFPFontCollection(EventBroadcaster eventBroadcaster, java.util.List<AFPFontInfo> fontInfoList)
Main constructor -
Uses of AFPFontInfo in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return AFPFontInfo Modifier and Type Method Description (package private) static AFPFontInfo
AFPFontConfig.AFPFontConfigData. getFontInfo(AFPFont font, AFPFontConfig.AFPFontConfigData config)
(package private) abstract AFPFontInfo
AFPFontConfig.AFPFontConfigData. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)
(package private) AFPFontInfo
AFPFontConfig.CIDKeyedFontConfig. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)
(package private) AFPFontInfo
AFPFontConfig.OutlineFontConfig. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)
(package private) AFPFontInfo
AFPFontConfig.RasterFontConfig. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)
(package private) AFPFontInfo
AFPFontConfig.TrueTypeFontConfig. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)
Methods in org.apache.fop.render.afp that return types with arguments of type AFPFontInfo Modifier and Type Method Description private java.util.List<AFPFontInfo>
AFPRendererConfigurator. createFontsList(AFPFontConfig fontConfig, java.lang.String mimeType)
-