TextAttributeContainer

public struct TextAttributeContainer

Font

  • Declaration

    Swift

    public var font: UIFont? { get set }

Color

  • Declaration

    Swift

    public var color: UIColor? { get set }

Tracking

  • Declaration

    Swift

    public var tracking: CGFloat? { get set }

Underline

  • Declaration

    Swift

    public var underlineStyle: NSUnderlineStyle? { get set }
  • Declaration

    Swift

    public var underlineColor: UIColor? { get set }

Paragraph style

  • Declaration

    Swift

    public var paragraphStyle: NSParagraphStyle? { get set }

Link

  • Declaration

    Swift

    public var link: URL? { get set }