Share via


NSLayoutManagerDelegate_Extensions.ShouldGenerateGlyphs Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIntPtr ShouldGenerateGlyphs(this AppKit.INSLayoutManagerDelegate This, AppKit.NSLayoutManager layoutManager, IntPtr glyphBuffer, IntPtr properties, IntPtr characterIndexes, AppKit.NSFont font, Foundation.NSRange glyphRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldGenerateGlyphs : AppKit.INSLayoutManagerDelegate * 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

Attributes

Applies to