FormatOptions
public struct FormatOptions : Codable, Equatable, ExpressionArgumentConvertibleUndocumented
- 
                  
                  Applies a scaling factor on text-size as specified by the root layout property. DeclarationSwift public var fontScaleValue: Value<Double>?
- 
                  
                  Applies a scaling factor on text-size as specified by the root layout property. DeclarationSwift public var fontScale: Double? { get set }
- 
                  
                  Overrides the font stack specified by the root layout property. DeclarationSwift public var textFontValue: Value<[String]>?
- 
                  
                  Overrides the font stack specified by the root layout property. DeclarationSwift public var textFont: [String]? { get set }
- 
                  
                  Overrides the color specified by the root paint property. DeclarationSwift public var textColorValue: Value<StyleColor>?
- 
                  
                  Overrides the color specified by the root paint property. DeclarationSwift public var textColor: StyleColor? { get set }
- 
                  
                  DeclarationSwift public var expressionArguments: [Expression.Argument] { get }
- 
                  
                  Undocumented DeclarationSwift public init(fontScale: Value<Double>? = nil, textFont: Value<[String]>? = nil, textColor: Value<StyleColor>? = nil)
- 
                  
                  Undocumented DeclarationSwift public init(fontScale: Double? = nil, textFont: [String]? = nil, textColor: UIColor? = nil)
- 
                  
                  Undocumented DeclarationSwift public init()
 FormatOptions Structure Reference
        FormatOptions Structure Reference