Class StandardFonts


  • public final class StandardFonts
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Set<java.lang.String> BUILTIN_FONTS  
      static java.lang.String COURIER
      This is a possible value of a base 14 type 1 font
      static java.lang.String COURIER_BOLD
      This is a possible value of a base 14 type 1 font
      static java.lang.String COURIER_BOLDOBLIQUE
      This is a possible value of a base 14 type 1 font
      static java.lang.String COURIER_OBLIQUE
      This is a possible value of a base 14 type 1 font
      static java.lang.String HELVETICA
      This is a possible value of a base 14 type 1 font
      static java.lang.String HELVETICA_BOLD
      This is a possible value of a base 14 type 1 font
      static java.lang.String HELVETICA_BOLDOBLIQUE
      This is a possible value of a base 14 type 1 font
      static java.lang.String HELVETICA_OBLIQUE
      This is a possible value of a base 14 type 1 font
      static java.lang.String SYMBOL
      This is a possible value of a base 14 type 1 font
      static java.lang.String TIMES_BOLD
      This is a possible value of a base 14 type 1 font
      static java.lang.String TIMES_BOLDITALIC
      This is a possible value of a base 14 type 1 font
      static java.lang.String TIMES_ITALIC
      This is a possible value of a base 14 type 1 font
      static java.lang.String TIMES_ROMAN
      This is a possible value of a base 14 type 1 font
      static java.lang.String ZAPFDINGBATS
      This is a possible value of a base 14 type 1 font
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StandardFonts()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isStandardFont​(java.lang.String fontName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BUILTIN_FONTS

        private static final java.util.Set<java.lang.String> BUILTIN_FONTS
      • COURIER

        public static final java.lang.String COURIER
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • COURIER_BOLD

        public static final java.lang.String COURIER_BOLD
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • COURIER_OBLIQUE

        public static final java.lang.String COURIER_OBLIQUE
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • COURIER_BOLDOBLIQUE

        public static final java.lang.String COURIER_BOLDOBLIQUE
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • HELVETICA

        public static final java.lang.String HELVETICA
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • HELVETICA_BOLD

        public static final java.lang.String HELVETICA_BOLD
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • HELVETICA_OBLIQUE

        public static final java.lang.String HELVETICA_OBLIQUE
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • HELVETICA_BOLDOBLIQUE

        public static final java.lang.String HELVETICA_BOLDOBLIQUE
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • SYMBOL

        public static final java.lang.String SYMBOL
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • TIMES_ROMAN

        public static final java.lang.String TIMES_ROMAN
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • TIMES_BOLD

        public static final java.lang.String TIMES_BOLD
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • TIMES_ITALIC

        public static final java.lang.String TIMES_ITALIC
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • TIMES_BOLDITALIC

        public static final java.lang.String TIMES_BOLDITALIC
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
      • ZAPFDINGBATS

        public static final java.lang.String ZAPFDINGBATS
        This is a possible value of a base 14 type 1 font
        See Also:
        Constant Field Values
    • Constructor Detail

      • StandardFonts

        private StandardFonts()
    • Method Detail

      • isStandardFont

        public static boolean isStandardFont​(java.lang.String fontName)