Class DefaultFontConfig

  • All Implemented Interfaces:
    FontConfig

    public final class DefaultFontConfig
    extends java.lang.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 Detail

      • getFonts

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

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

        public java.util.List<java.lang.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