TextAttributeContainer
public struct TextAttributeContainer
-
Declaration
Swift
public static let empty: TextAttributeContainer
-
Get or set for the given
AttributedTextKey
.Declaration
Swift
public subscript<Key>(key: Key.Type) -> Key.Value? where Key : AttributedTextKey { get set }
-
Declaration
Swift
public var font: UIFont? { get set }
-
Declaration
Swift
public var color: UIColor? { get set }
-
Declaration
Swift
public var tracking: CGFloat? { get set }
-
Declaration
Swift
public var underlineStyle: NSUnderlineStyle? { get set }
-
Declaration
Swift
public var underlineColor: UIColor? { get set }
-
Declaration
Swift
public var paragraphStyle: NSParagraphStyle? { get set }
-
Declaration
Swift
public var link: URL? { get set }