TextStyle

public struct TextStyle

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Declaration

    Swift

    public var font: UIFont
  • Declaration

    Swift

    public init(
        textColor: UIColor,
        font: UIFont,
        textAlignment: NSTextAlignment = .left,
        lineBreakMode: NSLineBreakMode = .byTruncatingTail
    )
  • Declaration

    Swift

    public var lineBreakMode: NSLineBreakMode
  • Declaration

    Swift

    public var textAlignment: NSTextAlignment
  • Declaration

    Swift

    public var textColor: UIColor