Returns the index of the first glyph associated with the character at the specified index.
Original signature is '- (NSUInteger)glyphIndexForCharacterAtIndex:(NSUInteger)charIndex'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSUInteger GlyphIndexForCharacterAtIndex( NSUInteger charIndex )
Public Overridable Function GlyphIndexForCharacterAtIndex ( _ charIndex As NSUInteger _ ) As NSUInteger
public: virtual NSUInteger GlyphIndexForCharacterAtIndex( NSUInteger charIndex )

- charIndex (NSUInteger)
- The index of the character for which to return the associated glyph.

The index of the first glyph associated with the character at the specified index.

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