Returns the glyph at glyphIndex.
Original signature is '- (NSGlyph)glyphAtIndex:(NSUInteger)glyphIndex'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual uint GlyphAtIndex( NSUInteger glyphIndex )
Public Overridable Function GlyphAtIndex ( _ glyphIndex As NSUInteger _ ) As UInteger
public: virtual unsigned int GlyphAtIndex( NSUInteger glyphIndex )

- glyphIndex (NSUInteger)
- The index of a glyph in the receiver. This value must not exceed the bounds of the receiver’s glyph array.

The glyph at glyphIndex.

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