pub unsafe static kCTCharacterShapeAttributeName: &'static CFString👎Deprecated: Use feature type kCharacterShapeType with the appropriate selector
Available on crate feature
CTStringAttributes only.Expand description
Controls glyph selection.
Value must be a CFNumberRef. Default is value is 0 (disabled). A non-zero value is interpreted as an SFNT kCharacterShapeType selector + 1; see SFNTLayoutTypes.h for selectors. For example, an attribute value of 1 corresponds to kTraditionalCharactersSelector.
See also Apple’s documentation