Package org.docx4j.fonts.fop.fonts
Class FontManagerConfigurator
java.lang.Object
org.docx4j.fonts.fop.fonts.FontManagerConfigurator
public class FontManagerConfigurator
extends java.lang.Object
Configurator of the FontManager
-
Constructor Summary
Constructors Constructor Description FontManagerConfigurator(Configuration cfg)Main constructor -
Method Summary
Modifier and Type Method Description voidconfigure(FontManager fontManager, boolean strict)Initializes font settings from the user configuration
-
Constructor Details
-
FontManagerConfigurator
Main constructor- Parameters:
cfg- the font manager configuration object
-
-
Method Details
-
configure
Initializes font settings from the user configuration- Parameters:
fontManager- a font managerstrict- true if strict checking of the configuration is enabled- Throws:
FOPException- if an exception occurs while processing the configuration
-