Returns the distance from the bottom of the bounding box of a specified glyph to its baseline.
Original signature is '- (CGFloat)baselineOffsetInLayoutManager:(NSLayoutManager *)layoutMgr glyphIndex:(NSUInteger)glyphIndex'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual CGFloat BaselineOffsetInLayoutManagerGlyphIndex( NSLayoutManager layoutMgr, NSUInteger glyphIndex )
Public Overridable Function BaselineOffsetInLayoutManagerGlyphIndex ( _ layoutMgr As NSLayoutManager, _ glyphIndex As NSUInteger _ ) As CGFloat
public: virtual CGFloat BaselineOffsetInLayoutManagerGlyphIndex( NSLayoutManager^ layoutMgr, NSUInteger glyphIndex )

- layoutMgr (NSLayoutManager)
- The layout manager used for the drawing.
- glyphIndex (NSUInteger)
- The index of the glyph in question.

The distance from the bottom of the bounding box of the glyph in layoutMgr specified by glyphIndex to its baseline.

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