NSTypesetter.LayoutCharacters(NSRange, NSLayoutManager, UIntPtr) Method

Definition

[Foundation.Export("layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSRange LayoutCharacters(Foundation.NSRange characterRange, AppKit.NSLayoutManager layoutManager, UIntPtr maxLineFragments);
[<Foundation.Export("layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LayoutCharacters : Foundation.NSRange * AppKit.NSLayoutManager * unativeint -> Foundation.NSRange
override this.LayoutCharacters : Foundation.NSRange * AppKit.NSLayoutManager * unativeint -> Foundation.NSRange

Parameters

characterRange
NSRange
layoutManager
NSLayoutManager
maxLineFragments
UIntPtr

unativeint

Returns

Attributes

Applies to