kCTFontEnabledAttribute

Static kCTFontEnabledAttribute 

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

kCTFontEnabledAttribute

The font enabled state.

The value associated with this key is a CFBoolean. Unregistered font descriptors will return NULL, which is equivalent to false.

See also Apple’s documentation