Uses of Class
org.apache.fop.render.afp.AFPFontConfig
-
Packages that use AFPFontConfig Package Description org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AFPFontConfig in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp declared as AFPFontConfig Modifier and Type Field Description private AFPFontConfig
AFPFontConfig.ParserHelper. fontConfig
private AFPFontConfig
AFPRendererConfig. fontConfig
Methods in org.apache.fop.render.afp that return AFPFontConfig Modifier and Type Method Description (package private) AFPFontConfig
AFPFontConfig.AFPFontInfoConfigParser. getEmptyConfig()
AFPFontConfig
AFPRendererConfig. getFontInfoConfig()
AFPFontConfig
AFPFontConfig.AFPFontInfoConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.Methods in org.apache.fop.render.afp with parameters of type AFPFontConfig Modifier and Type Method Description private java.util.List<AFPFontInfo>
AFPRendererConfigurator. createFontsList(AFPFontConfig fontConfig, java.lang.String mimeType)
Constructors in org.apache.fop.render.afp with parameters of type AFPFontConfig Constructor Description AFPRendererConfig(AFPFontConfig fontConfig)
-