TextStyle
public struct TextStyle : Equatable
-
Declaration
Swift
public let font: UIFont -
Declaration
Swift
public let textColor: UIColor -
Declaration
Swift
public init(font: UIFont, textColor: UIColor) -
Declaration
Swift
public func copy(font: UIFont? = nil, textColor: UIColor? = nil) -> TextStyle
TextStyle Structure Reference