pub unsafe static kCTFontVariationAxesAttribute: &'static CFStringAvailable on crate feature
CTFontDescriptor only.Expand description
kCTFontVariationAxesAttribute
An array of variation axis dictionaries or null if the font does not support variations. Each variation axis dictionary contains the five kCTFontVariationAxis-prefixed keys. Unlike the result of CTFontCopyVariationAxes(), kCTFontVariationAxisNameKey values for this attribute are not localized. Before macOS 13.0 and iOS 16.0 this attribute is not accurate and CTFontCopyVariationAxes() should be used instead.
See also: CTFontCopyVariationAxes
See also Appleās documentation