kCTFontRegistrationScopeAttribute

Static kCTFontRegistrationScopeAttribute 

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

kCTFontRegistrationScopeAttribute

Specifies the font descriptor’s registration scope.

The attribute is used to specify or obtain the font registration scope. The value returned is a CFNumberRef containing one of the CTFontManagerScope enumerated values. A value of NULL can be returned for font descriptors that are not registered.

See also Apple’s documentation