kCTFontDownloadedAttribute

Static kCTFontDownloadedAttribute 

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

kCTFontDownloadedAttribute

The download state.

The value associated with this key is a CFBoolean. If it is true, corresponding FontAsset has been downloaded. (but still it may be necessary to call appropriate API in order to use the font in the FontAsset.)

See also Apple’s documentation