NSLayoutManagerDelegate.GetParagraphSpacingBeforeGlyph Method

Definition

[Foundation.Export("layoutManager:paragraphSpacingBeforeGlyphAtIndex:withProposedLineFragmentRect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat GetParagraphSpacingBeforeGlyph (AppKit.NSLayoutManager layoutManager, nuint glyphIndex, CoreGraphics.CGRect rect);
abstract member GetParagraphSpacingBeforeGlyph : AppKit.NSLayoutManager * nuint * CoreGraphics.CGRect -> nfloat
override this.GetParagraphSpacingBeforeGlyph : AppKit.NSLayoutManager * nuint * CoreGraphics.CGRect -> nfloat

Parameters

layoutManager
NSLayoutManager
glyphIndex
System.System.UIntPtr System.unativeint
rect
CGRect

Returns

Attributes

Applies to