kCTFontDownloadableAttribute

Static kCTFontDownloadableAttribute 

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

kCTFontDownloadableAttribute

The font downloadable state.

The value associated with this key is a CFBoolean. If it is true, CoreText attempts to download a font if necessary when matching a descriptor.

See also Apple’s documentation