Contents

kCTFontFeatureSettingsAttribute

The font features settings for a font reference.

Declaration

let kCTFontFeatureSettingsAttribute: CFString

Discussion

The value associated with this key is a CFArray object containing font feature-setting dictionaries. A feature-setting dictionary contains a tuple of a kCTFontFeatureTypeIdentifierKey key-value pair and a kCTFontFeatureSelectorIdentifierKey key-value pair. Each setting dictionary indicates which setting should be turned on.

See Also

Font Attribute Keys