kCTFontMacintoshEncodingsAttribute

Static kCTFontMacintoshEncodingsAttribute 

Source
pub unsafe static kCTFontMacintoshEncodingsAttribute: &'static CFString
Available on crate feature CTFontDescriptor only.
Expand description

kCTFontMacintoshEncodingsAttribute

The Macintosh encodings (legacy script codes).

The value associated with this key is a CFNumberRef containing a bitfield of the script codes in <CoreText /SFNTTypes.h>; bit 0 corresponds to kFontRomanScript, and so on. This attribute is provided for legacy compatibility.

See also Apple’s documentation