Share via


NSLayoutManager.GlyphAtIndex Method

Definition

Overloads

Name Description
GlyphAtIndex(UIntPtr)

Developers should not use this deprecated method. Developers should use GetGlyph(UIntPtr, Boolean) instead.

GlyphAtIndex(UIntPtr, Boolean)

Developers should use GetGlyph(UIntPtr, Boolean) rather than this deprecated method.

GlyphAtIndex(UIntPtr)

Developers should not use this deprecated method. Developers should use GetGlyph(UIntPtr, Boolean) instead.

[Foundation.Export("glyphAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ushort GlyphAtIndex(UIntPtr glyphIndex);
[<Foundation.Export("glyphAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GlyphAtIndex : unativeint -> uint16
override this.GlyphAtIndex : unativeint -> uint16

Parameters

glyphIndex
UIntPtr

unativeint

Returns

Attributes

Applies to

GlyphAtIndex(UIntPtr, Boolean)

Developers should use GetGlyph(UIntPtr, Boolean) rather than this deprecated method.

[Foundation.Export("glyphAtIndex:isValidIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ushort GlyphAtIndex(UIntPtr glyphIndex, ref bool isValidIndex);
[<Foundation.Export("glyphAtIndex:isValidIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GlyphAtIndex : unativeint * bool -> uint16
override this.GlyphAtIndex : unativeint * bool -> uint16

Parameters

glyphIndex
UIntPtr

unativeint

isValidIndex
Boolean

Returns

Attributes

Applies to