Uses of Class
org.apache.fop.render.afp.AFPFontConfig.AFPFontConfigData
-
Packages that use AFPFontConfig.AFPFontConfigData Package Description org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AFPFontConfig.AFPFontConfigData in org.apache.fop.render.afp
Subclasses of AFPFontConfig.AFPFontConfigData in org.apache.fop.render.afp Modifier and Type Class Description (package private) static class
AFPFontConfig.CIDKeyedFontConfig
(package private) static class
AFPFontConfig.OutlineFontConfig
(package private) static class
AFPFontConfig.RasterFontConfig
(package private) static class
AFPFontConfig.TrueTypeFontConfig
Fields in org.apache.fop.render.afp with type parameters of type AFPFontConfig.AFPFontConfigData Modifier and Type Field Description private java.util.List<AFPFontConfig.AFPFontConfigData>
AFPFontConfig. fontsConfig
Methods in org.apache.fop.render.afp that return types with arguments of type AFPFontConfig.AFPFontConfigData Modifier and Type Method Description java.util.List<AFPFontConfig.AFPFontConfigData>
AFPFontConfig. getFontConfig()
Returns a list of AFP font configuration data.Methods in org.apache.fop.render.afp with parameters of type AFPFontConfig.AFPFontConfigData Modifier and Type Method Description (package private) static AFPFontInfo
AFPFontConfig.AFPFontConfigData. getFontInfo(AFPFont font, AFPFontConfig.AFPFontConfigData config)
-