Class DefaultFontConfig

java.lang.Object
org.apache.fop.fonts.DefaultFontConfig
All Implemented Interfaces:
FontConfig

public final class DefaultFontConfig extends Object implements FontConfig
The font configuration data for the more generic fonts such as TTF and Type1, that are used by most the renderers.
  • Method Details

    • getFonts

      public List<DefaultFontConfig.Font> getFonts()
      Returns the list of fonts that were parsed.
      Returns:
      a list of fonts
    • getDirectories

      public List<DefaultFontConfig.Directory> getDirectories()
      Returns a list of directories that were parsed.
      Returns:
      a list of directories
    • getReferencedFontFamily

      public List<String> getReferencedFontFamily()
      Returns a list of referenced font families.
      Returns:
      the referenced font families
    • isAutoDetectFonts

      public boolean isAutoDetectFonts()
      Whether or not to enable auto-detecting of fonts in the system.
      Returns:
      true to enable auto-detect