MonobjcMonobjc Documented Class Library
CopyGlyphNameForGlyph Method (font)
NamespacesMonobjc.ApplicationServicesCGFontCopyGlyphNameForGlyph(IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString CopyGlyphNameForGlyph(
	IntPtr font
)
Public Shared Function CopyGlyphNameForGlyph ( _
	font As IntPtr _
) As NSString
public:
static NSString^ CopyGlyphNameForGlyph(
	IntPtr font
)
Parameters
font (IntPtr)
MISSING
Return Value
The name of the specified glyph, or NULL if the glyph isn’t associated with the font object.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)