public class DefaultFontConfigurator extends Object implements FontConfigurator<EmbedFontInfo>
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
logger instance
|
Constructor and Description |
---|
DefaultFontConfigurator(FontManager fontManager,
FontEventListener listener,
boolean strict)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
List<EmbedFontInfo> |
configure(FontConfig fontInfoConfig)
Initializes font info settings from the user configuration
|
public DefaultFontConfigurator(FontManager fontManager, FontEventListener listener, boolean strict)
fontManager
- the font managerlistener
- the font event listenerstrict
- true if an Exception should be thrown if an error is found.public List<EmbedFontInfo> configure(FontConfig fontInfoConfig) throws FOPException
configure
in interface FontConfigurator<EmbedFontInfo>
FOPException
- if an exception occurs while processing the configurationCopyright © 2025 Apache Software Foundation. All rights reserved.