FontDescriptor.FeatureKey
Keys for retrieving feature settings.
public struct FeatureKey: Equatable, Hashable, RawRepresentable
Inheritance
Equatable
, Hashable
, RawRepresentable
Nested Type Aliases
RawValue
public typealias RawValue = String
Initializers
init(rawValue:)
public init(rawValue: RawValue)
init(_:)
public init(_ rawValue: RawValue)
Properties
rawValue
public let rawValue: RawValue
featureIdentifier
A key for identifying a font feature type such as ligature or character shape.
public static var featureIdentifier: FontDescriptor.FeatureKey
typeIdentifier
A key for identifying the font feature selector.
public static var typeIdentifier: FontDescriptor.FeatureKey