Uses of Class
org.docx4j.fonts.fop.fonts.FontManager
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
-
Uses of FontManager in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts with parameters of type FontManager Modifier and Type Method Description voidFontManagerConfigurator. configure(FontManager fontManager, boolean strict)Initializes font settings from the user configurationvoidFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)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.Constructors in org.docx4j.fonts.fop.fonts with parameters of type FontManager Constructor Description DefaultFontConfigurator(FontManager fontManager, FontEventListener listener, boolean strict)Main constructorFontAdder(FontManager manager, InternalResourceResolver resourceResolver, FontEventListener listener)Main constructor