TextStyle
public struct TextStyle
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
public init( textColor: UIColor, font: UIFont, textAlignment: NSTextAlignment = .left, lineBreakMode: NSLineBreakMode = .byTruncatingTail )
-
Declaration
Swift
public var textColor: UIColor -
Declaration
Swift
public var font: UIFont -
Declaration
Swift
public var textAlignment: NSTextAlignment -
Declaration
Swift
public var lineBreakMode: NSLineBreakMode
TomTom SDK for iOS (0.53.1)
TextStyle