Package 

Enum Font.FontStyle

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Font.FontStyle
    extends Enum<Font.FontStyle>
                        

    Enum class for representing all available font styles for the Font class.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OBLIQUE

      Oblique font style.

      ITALIC

      Italic font style.

      NORMAL

      Normal font style.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait