kCTGlyphInfoAttributeName

Static kCTGlyphInfoAttributeName 

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

Allows the use of unencoded glyphs.

Value must be a CTGlyphInfoRef. The glyph specified by this CTGlyphInfo object is assigned to the entire attribute range, provided that its contents match the specified base string and that the specified glyph is available in the font specified by kCTFontAttributeName. See CTGlyphInfo.h for more information.

See also Apple’s documentation