kCTFontManagerErrorFontAssetNameKey

Static kCTFontManagerErrorFontAssetNameKey 

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

User info key to be used with CFError references returned from registration functions.

The value associated with this key in the user info dictionary of a CFError is a CFArray of font asset name strings that failed with given error.

See also Apple’s documentation