VariationAxis
public struct VariationAxis
Represents font variation axis.
-
Flags for variation axis.
See moreDeclaration
Swift
public struct Flags : OptionSet
-
The tag identifying the design variation.
Declaration
Swift
public let tag: SFNTTag
-
The display name.
Declaration
Swift
public let name: String
-
The axis qualifiers.
Declaration
Swift
public let flags: Flags
-
The default coordinate value.
Declaration
Swift
public let defaultValue: CGFloat
-
The minimum coordinate value.
Declaration
Swift
public let minValue: CGFloat
-
The maximum coordinate value.
Declaration
Swift
public let maxValue: CGFloat