Share via


NSLayoutManager.SetGlyphs(IntPtr, IntPtr, IntPtr, NSFont, NSRange) Method

Definition

Specifies the initial glyphs and glyph properties for the specified character range.

[Foundation.Export("setGlyphs:properties:characterIndexes:font:forGlyphRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetGlyphs(IntPtr glyphs, IntPtr properties, IntPtr characterIndexes, AppKit.NSFont font, Foundation.NSRange glyphRange);
[<Foundation.Export("setGlyphs:properties:characterIndexes:font:forGlyphRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetGlyphs : nativeint * nativeint * nativeint * AppKit.NSFont * Foundation.NSRange -> unit
override this.SetGlyphs : nativeint * nativeint * nativeint * AppKit.NSFont * Foundation.NSRange -> unit

Parameters

glyphs
IntPtr

nativeint

properties
IntPtr

nativeint

characterIndexes
IntPtr

nativeint

font
NSFont
glyphRange
NSRange
Attributes

Applies to