MonobjcMonobjc Documented Class Library
ParagraphSpacingAfterGlyphAtIndexWithProposedLineFragmentRect Method (glyphIndex, rect)
NamespacesMonobjc.AppKitNSTypesetterParagraphSpacingAfterGlyphAtIndexWithProposedLineFragmentRect(NSUInteger, NSRect)

Returns the paragraph spacing that is in effect after the specified glyph.

Original signature is '- (CGFloat)paragraphSpacingAfterGlyphAtIndex:(NSUInteger)glyphIndex withProposedLineFragmentRect:(NSRect)rect'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGFloat ParagraphSpacingAfterGlyphAtIndexWithProposedLineFragmentRect(
	NSUInteger glyphIndex,
	NSRect rect
)
Public Overridable Function ParagraphSpacingAfterGlyphAtIndexWithProposedLineFragmentRect ( _
	glyphIndex As NSUInteger, _
	rect As NSRect _
) As CGFloat
public:
virtual CGFloat ParagraphSpacingAfterGlyphAtIndexWithProposedLineFragmentRect(
	NSUInteger glyphIndex, 
	NSRect rect
)
Parameters
glyphIndex (NSUInteger)
The index of the glyph in question.
rect (NSRect)
The line fragment rectangle of the last line in the paragraph.
Return Value
The paragraph spacing—that is, the number of points of space added following a paragraph—that is in effect after the glyph specified by 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)