CTGlyphInfoGetGlyph(_:)
Retrieves the glyph for a glyph info, if that object exists.
Declaration
func CTGlyphInfoGetGlyph(_ glyphInfo: CTGlyphInfo) -> CGGlyphParameters
- glyphInfo:
The glyph info object from which to get the glyph.
Return Value
A CGGlyph value, if the glyph info object was created with a font; otherwise, 0.