Weight

public enum Weight : String

The enum Weight.

  • Lighter Weight

    Declaration

    Swift

    case lighter = "lighter"
  • Normal Weight

    Declaration

    Swift

    case normal = "normal"
  • Bold Weight

    Declaration

    Swift

    case bold = "bold"
  • Bolder Weight

    Declaration

    Swift

    case bolder = "bolder"