Enum SymbolWeight

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      W100

      weight = 100 - Thinnest stroke weight

      W200

      weight = 200 - Extra light stroke weight

      W300

      weight = 300 - Light stroke weight

      W400

      weight = 400 - Regular/Normal stroke weight (default)

      W500

      weight = 500 - Medium stroke weight

      W600

      weight = 600 - Semi-bold stroke weight

      W700

      weight = 700 - Bold stroke weight

    • Method Summary

      Modifier and Type Method Description
      String toString()
      final SymbolWeight valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<SymbolWeight> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final Integer getValue()
      final EnumEntries<SymbolWeight> getEntries()
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

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