Class FontDescriptorFlags


  • public final class FontDescriptorFlags
    extends java.lang.Object
    Font descriptor flags
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FontDescriptorFlags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FixedPitch

        public static int FixedPitch
      • Serif

        public static int Serif
      • Symbolic

        public static int Symbolic
      • Script

        public static int Script
      • Nonsymbolic

        public static int Nonsymbolic
      • Italic

        public static int Italic
      • AllCap

        public static int AllCap
      • SmallCap

        public static int SmallCap
      • ForceBold

        public static int ForceBold
    • Constructor Detail

      • FontDescriptorFlags

        private FontDescriptorFlags()