Class DefaultFontConfigurator

java.lang.Object
org.apache.fop.fonts.DefaultFontConfigurator
All Implemented Interfaces:
FontConfigurator<EmbedFontInfo>

public class DefaultFontConfigurator extends Object implements FontConfigurator<EmbedFontInfo>
The default configurator for fonts. This configurator can configure the more generic fonts used by the renderers i.e. TTF, Type1 etc...
  • Field Details

    • log

      protected static final org.apache.commons.logging.Log log
      logger instance
  • Constructor Details

    • DefaultFontConfigurator

      public DefaultFontConfigurator(FontManager fontManager, FontEventListener listener, boolean strict)
      Main constructor
      Parameters:
      fontManager - the font manager
      listener - the font event listener
      strict - true if an Exception should be thrown if an error is found.
  • Method Details