Width
public enum Width : Int
Specifies the wideness of a typeface, in terms of the width of characters in relation to their heights.
-
Undocumented
Declaration
Swift
case ultraCondensed = 1
-
Undocumented
Declaration
Swift
case extraCondensed = 2
-
Undocumented
Declaration
Swift
case condensed = 3
-
Undocumented
Declaration
Swift
case semiCondensed = 4
-
Undocumented
Declaration
Swift
case normal = 5
-
Undocumented
Declaration
Swift
case semiExpanded = 6
-
Undocumented
Declaration
Swift
case expanded = 7
-
Undocumented
Declaration
Swift
case extraExpanded = 8
-
Undocumented
Declaration
Swift
case ultraExpanded = 9