kCTFontFamilyNameAttribute

Static kCTFontFamilyNameAttribute 

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

kCTFontFamilyNameAttribute

The family name.

This is the key for accessing the family name from the font descriptor. The value associated with this key is a CFStringRef.

See also Apple’s documentation