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. fontInfoListConstructor 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 AFPFontInfoAFPFontConfig.AFPFontConfigData. getFontInfo(AFPFont font, AFPFontConfig.AFPFontConfigData config)(package private) abstract AFPFontInfoAFPFontConfig.AFPFontConfigData. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)(package private) AFPFontInfoAFPFontConfig.CIDKeyedFontConfig. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)(package private) AFPFontInfoAFPFontConfig.OutlineFontConfig. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)(package private) AFPFontInfoAFPFontConfig.RasterFontConfig. getFontInfo(InternalResourceResolver resourceResolver, AFPEventProducer eventProducer)(package private) AFPFontInfoAFPFontConfig.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)
-