kCTFontLanguagesAttribute

Static kCTFontLanguagesAttribute 

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

kCTFontLanguagesAttribute

The list of supported languages.

The value for this key is a CFArrayRef of CFStringRef language identifiers conforming to UTS #35. It can be requested from any font. If present in a descriptor used for matching, only fonts supporting the specified languages will be returned.

See also Apple’s documentation