CTGlyphInfoGetCharacterIdentifier(_:)
Gets the character identifier for a glyph info object.
Declaration
func CTGlyphInfoGetCharacterIdentifier(_ glyphInfo: CTGlyphInfo) -> CGFontIndexParameters
- glyphInfo:
The glyph info from which to get the character identifier. May not be
NULL.
Return Value
The character identifier of the given glyph info object.