FormatOptions

public struct FormatOptions : ExpressionOption

Undocumented

  • Applies a scaling factor on text-size as specified by the root layout property.

    Declaration

    Swift

    public var fontScale: Double?
  • Overrides the font stack specified by the root layout property

    Declaration

    Swift

    public var textFont: [String]?
  • Overrides the color specified by the root paint property.

    Declaration

    Swift

    public var textColor: ColorRepresentable?
  • Undocumented

    Declaration

    Swift

    public init(fontScale: Double?, textFont: [String]?, textColor: UIColor?)