kCTFontURLAttribute

Static kCTFontURLAttribute 

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

kCTFontURLAttribute

The font URL.

This is the key for accessing the font URL from the font descriptor. The value associated with this key is a CFURLRef.

See also Apple’s documentation