Share via


NSGlyphGenerator.GenerateGlyphs(NSObject, UIntPtr, UIntPtr, UIntPtr) Method

Definition

[Foundation.Export("generateGlyphsForGlyphStorage:desiredNumberOfCharacters:glyphIndex:characterIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GenerateGlyphs(Foundation.NSObject nsGlyphStorageOrNSLayoutManager, UIntPtr nchars, ref UIntPtr glyphIndex, ref UIntPtr charIndex);
[<Foundation.Export("generateGlyphsForGlyphStorage:desiredNumberOfCharacters:glyphIndex:characterIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GenerateGlyphs : Foundation.NSObject * unativeint * unativeint * unativeint -> unit
override this.GenerateGlyphs : Foundation.NSObject * unativeint * unativeint * unativeint -> unit

Parameters

nsGlyphStorageOrNSLayoutManager
NSObject
nchars
UIntPtr

unativeint

glyphIndex
UIntPtr

unativeint

charIndex
UIntPtr

unativeint

Attributes

Applies to