Returns the glyph name of the specified glyph in the specified font.
Original signature is 'CFStringRef CGFontCopyGlyphNameForGlyph ( CGFontRef font CGGlyph glyph );'
Available in Mac OS X v10.5 and later.


- font (IntPtr)
- MISSING

The name of the specified glyph, or NULL if the glyph isn’t associated with the font object.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)