NSTypesetter.LayoutCharacters(NSRange, NSLayoutManager, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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