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 uint GlyphAtIndex(UIntPtr glyphIndex);
[<Foundation.Export("glyphAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GlyphAtIndex : unativeint -> uint32
override this.GlyphAtIndex : unativeint -> uint32

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 uint GlyphAtIndex(UIntPtr glyphIndex, ref bool isValidIndex);
[<Foundation.Export("glyphAtIndex:isValidIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GlyphAtIndex : unativeint * bool -> uint32
override this.GlyphAtIndex : unativeint * bool -> uint32

Parameters

glyphIndex
UIntPtr

unativeint

isValidIndex
Boolean

Returns

Attributes

Applies to