Contents

CTGlyphInfoGetCharacterIdentifier(_:)

Gets the character identifier for a glyph info object.

Declaration

func CTGlyphInfoGetCharacterIdentifier(_ glyphInfo: CTGlyphInfo) -> CGFontIndex

Parameters

  • 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.

See Also

Getting GlyphInfo Data