Class DefaultFontFamilyResolver

  • All Implemented Interfaces:
    FontFamilyResolver

    public final class DefaultFontFamilyResolver
    extends java.lang.Object
    implements FontFamilyResolver
    The is a utility class that is used for resolving UnresolvedFontFamilies.
    • Field Detail

      • fonts

        protected static final java.util.Map fonts
        List of all available fonts on the current system, plus a few common alternatives.
      • awtFontFamilies

        protected static final java.util.List awtFontFamilies
      • awtFonts

        protected static final java.util.List awtFonts
      • resolvedFontFamilies

        protected static final java.util.Map resolvedFontFamilies
        This keeps track of all the resolved font families. This is to hopefully reduce the number of font family objects used.