Uses of Interface
org.apache.fop.fonts.FontConfig
-
Packages that use FontConfig Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.render Generic renderer interface.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.org.apache.fop.render.intermediate -
-
Uses of FontConfig in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontConfig Modifier and Type Class Description class
DefaultFontConfig
The font configuration data for the more generic fonts such as TTF and Type1, that are used by most the renderers.Methods in org.apache.fop.fonts that return FontConfig Modifier and Type Method Description FontConfig
DefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.FontConfig
FontConfig.FontConfigParser. 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.fonts with parameters of type FontConfig Modifier and Type Method Description java.util.List<EmbedFontInfo>
DefaultFontConfigurator. configure(FontConfig fontInfoConfig)
Initializes font info settings from the user configurationjava.util.List<T>
FontConfigurator. configure(FontConfig fontInfoConfig)
Initializes font info settings from the user configuration -
Uses of FontConfig in org.apache.fop.render
Methods in org.apache.fop.render that return FontConfig Modifier and Type Method Description FontConfig
RendererConfig. getFontInfoConfig()
Returns the render-specific font configuration information. -
Uses of FontConfig in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement FontConfig Modifier and Type Class Description class
AFPFontConfig
The config object for AFP fonts, these differ from the the more generic fonts (TTF and Type1). -
Uses of FontConfig in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that return FontConfig Modifier and Type Method Description FontConfig
IFRendererConfig. getFontInfoConfig()
-