Uses of Interface
org.docx4j.fonts.fop.fonts.FontConfig
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
-
Uses of FontConfig in org.docx4j.fonts.fop.fonts
Classes in org.docx4j.fonts.fop.fonts that implement FontConfig Modifier and Type Class Description classDefaultFontConfigThe font configuration data for the more generic fonts such as TTF and Type1, that are used by most the renderers.Methods in org.docx4j.fonts.fop.fonts that return FontConfig Modifier and Type Method Description FontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.FontConfigFontConfig.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.docx4j.fonts.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