Package 

Enum Font.FontWeight

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

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

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

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BOLD

      Bold font weight.

      SEMI_BOLD

      Font style weight is bolder than NORMAL but not as bold as BOLD.

      NORMAL

      Normal font weight.

      LIGHT

      Light font weight.

    • 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