STPThreeDSLabelCustomization
public class STPThreeDSLabelCustomization : NSObject
A customization object to use to configure the UI of a text label.
-
The default settings.
Declaration
Swift
@objc public class func defaultSettings() -> STPThreeDSLabelCustomization
-
The font to use for heading text.
Declaration
Swift
@objc public var headingFont: UIFont { get set }
-
The color of heading text. Defaults to black.
Declaration
Swift
@objc public var headingTextColor: UIColor { get set }
-
The font to use for non-heading text.
Declaration
Swift
@objc public var font: UIFont? { get set }
-
The color to use for non-heading text. Defaults to black.
Declaration
Swift
@objc public var textColor: UIColor? { get set }