Class FontProvider


  • public abstract class FontProvider
    extends Object
    External font service provider interface.
    • Constructor Detail

      • FontProvider

        public FontProvider()
    • Method Detail

      • toDebugString

        public abstract String toDebugString()
        Returns a string containing debugging information. This will be written to the log if no suitable fonts are found and no fallback fonts are available. May be null.
      • getFontInfo

        public abstract List<? extends FontInfo> getFontInfo()
        Returns a list of information about fonts on the system.