LineHeight
public enum LineHeight : Equatable
-
Declaration
Swift
public enum Alignment : Equatable
-
Use the default line height of the label’s font.
Declaration
Swift
case font
-
Use a custom line height and alignment.
Declaration
Swift
case custom(lineHeight: CGFloat, alignment: Alignment = .bottom)