MonobjcMonobjc Documented Class Library
LineSpacingAfterGlyphAtIndexWithProposedLineFragmentRect Method (glyphIndex, rect)
NamespacesMonobjc.AppKitNSTypesetterLineSpacingAfterGlyphAtIndexWithProposedLineFragmentRect(NSUInteger, NSRect)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
glyphIndex (NSUInteger)
The index of the glyph in question.
rect (NSRect)
The proposed line fragment rectangle.
Return Value
the line spacing in effect following the glyph at glyphIndex.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)