Uses of Class
org.docx4j.fonts.fop.fonts.FontManager
Packages that use FontManager
-
Uses of FontManager in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts with parameters of type FontManagerModifier and TypeMethodDescriptionvoidFontManagerConfigurator.configure(FontManager fontManager, boolean strict) Initializes font settings from the user configurationvoidFontDetector.detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) 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.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 FontManagerModifierConstructorDescriptionDefaultFontConfigurator(FontManager fontManager, FontEventListener listener, boolean strict) Main constructorFontAdder(FontManager manager, InternalResourceResolver resourceResolver, FontEventListener listener) Main constructor