Class FontStyle


  • public class FontStyle
    extends java.lang.Object
    • Field Detail

      • UNDEFINED

        public static final FontStyle UNDEFINED
        The enumeration of supported font styles
      • REGULAR

        public static final FontStyle REGULAR
      • ITALIC

        public static final FontStyle ITALIC
      • BOLD_ITALIC

        public static final FontStyle BOLD_ITALIC
    • Method Detail

      • getFontStyle

        public static FontStyle getFontStyle​(java.lang.String name)
      • getBoldFlavor

        public FontStyle getBoldFlavor()
      • getId

        public java.lang.String getId()
      • getIndex

        protected int getIndex()
      • getItalicFlavor

        public FontStyle getItalicFlavor()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object