Weight
public enum Weight : Int
Specifies the thickness of a typeface, in terms of lightness or heaviness of the strokes.
-
Undocumented
Declaration
Swift
case thin = 100 -
Undocumented
Declaration
Swift
case extraLight = 200 -
Undocumented
Declaration
Swift
case light = 300 -
Undocumented
Declaration
Swift
case regular = 400 -
Undocumented
Declaration
Swift
case medium = 500 -
Undocumented
Declaration
Swift
case semiBold = 600 -
Undocumented
Declaration
Swift
case bold = 700 -
Undocumented
Declaration
Swift
case extraBold = 800 -
Undocumented
Declaration
Swift
case heavy = 900
View on GitHub
Install in Dash
Weight Enumeration Reference