getGlyphWithGlyphName(name:)
Returns the glyph for the glyph name associated with the specified font object.
Declaration
func getGlyphWithGlyphName(name: CFString) -> CGGlyphParameters
- name:
The name of the desired glyph.
Return Value
The named glyph, or 0 if the named glyph isn’t associated with the font.