Returns the line spacing in effect following the specified glyph.
Original signature is '- (CGFloat)lineSpacingAfterGlyphAtIndex:(NSUInteger)glyphIndex withProposedLineFragmentRect:(NSRect)rect'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual CGFloat LineSpacingAfterGlyphAtIndexWithProposedLineFragmentRect( NSUInteger glyphIndex, NSRect rect )
Public Overridable Function LineSpacingAfterGlyphAtIndexWithProposedLineFragmentRect ( _ glyphIndex As NSUInteger, _ rect As NSRect _ ) As CGFloat
public: virtual CGFloat LineSpacingAfterGlyphAtIndexWithProposedLineFragmentRect( NSUInteger glyphIndex, NSRect rect )

- glyphIndex (NSUInteger)
- The index of the glyph in question.
- rect (NSRect)
- The proposed line fragment rectangle.

the line spacing in effect following 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)