kCTFontDisplayNameAttribute

Static kCTFontDisplayNameAttribute 

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

kCTFontDisplayNameAttribute

The display name.

This is the key for accessing the name used to display the font. Most commonly this is the full name. The value associated with this key is a CFStringRef.

See also Apple’s documentation