Returns the location for the given glyph within its line fragment.
Original signature is '- (NSPoint)locationForGlyphAtIndex:(NSUInteger)glyphIndex'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSPoint LocationForGlyphAtIndex( NSUInteger glyphIndex )
Public Overridable Function LocationForGlyphAtIndex ( _ glyphIndex As NSUInteger _ ) As NSPoint
public: virtual NSPoint LocationForGlyphAtIndex( NSUInteger glyphIndex )

- glyphIndex (NSUInteger)
- The glyph whose location is returned.

The location of the given glyph.

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