NSLayoutManagerDelegate_Extensions.ShouldGenerateGlyphs 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.
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