public class DefaultFontConfigurator extends java.lang.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 |
---|---|
java.util.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 java.util.List<EmbedFontInfo> configure(FontConfig fontInfoConfig) throws FOPException
configure
in interface FontConfigurator<EmbedFontInfo>
FOPException
- if an exception occurs while processing the configurationCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.