Share via


NSLayoutManagerDelegate.ShouldGenerateGlyphs Method

Definition

When overridden, allows the app developer to customize the initial glyph generation process.

[Foundation.Export("layoutManager:shouldGenerateGlyphs:properties:characterIndexes:font:forGlyphRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr ShouldGenerateGlyphs(AppKit.NSLayoutManager layoutManager, IntPtr glyphBuffer, IntPtr properties, IntPtr characterIndexes, AppKit.NSFont font, Foundation.NSRange glyphRange);
[<Foundation.Export("layoutManager:shouldGenerateGlyphs:properties:characterIndexes:font:forGlyphRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldGenerateGlyphs : AppKit.NSLayoutManager * nativeint * nativeint * nativeint * AppKit.NSFont * Foundation.NSRange -> unativeint
override this.ShouldGenerateGlyphs : AppKit.NSLayoutManager * nativeint * nativeint * nativeint * AppKit.NSFont * Foundation.NSRange -> unativeint

Parameters

layoutManager
NSLayoutManager
glyphBuffer
IntPtr

nativeint

properties
IntPtr

nativeint

characterIndexes
IntPtr

nativeint

font
NSFont
glyphRange
NSRange

Returns

UIntPtr

unativeint

Implements

Attributes

Applies to