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 AFPFontConfigAFPFontConfig.ParserHelper. fontConfigprivate AFPFontConfigAFPRendererConfig. fontConfigMethods in org.apache.fop.render.afp that return AFPFontConfig Modifier and Type Method Description (package private) AFPFontConfigAFPFontConfig.AFPFontInfoConfigParser. getEmptyConfig()AFPFontConfigAFPRendererConfig. getFontInfoConfig()AFPFontConfigAFPFontConfig.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)
-