kCTFontPriorityAttribute

Static kCTFontPriorityAttribute 

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

kCTFontPriorityAttribute

The font descriptors priority when resolving duplicates and sorting match results.

This key is used to obtain or specify the font priority. The value returned is a CFNumberRef containing an integer value as defined below. The higher the value, the higher the priority of the font. Only registered fonts will have a priority. Unregistered font descriptors will return NULL.

See also Apple’s documentation