Share via


NSLayoutManager.SetGlyphs(IntPtr, IntPtr, IntPtr, UIFont, 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, UIKit.UIFont 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 * UIKit.UIFont * Foundation.NSRange -> unit
override this.SetGlyphs : nativeint * nativeint * nativeint * UIKit.UIFont * Foundation.NSRange -> unit

Parameters

glyphs
IntPtr

nativeint

properties
IntPtr

nativeint

characterIndexes
IntPtr

nativeint

font
UIFont
glyphRange
NSRange
Attributes

Applies to