Returns the glyph for the glyph name associated with the specified font object.
Original signature is 'CGGlyph CGFontGetGlyphWithGlyphName ( CGFontRef font CFStringRef name );'
Available in Mac OS X v10.5 and later.


- font (IntPtr)
- MISSING

The named glyph, or 0 if the named glyph isn’t associated with the font.

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