NSLayoutManagerDelegate.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.
[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