Edit

Share via


NSLayoutManager.GlyphAtIndex Method

Definition

Overloads

GlyphAtIndex(nint)

[Foundation.Export("glyphAtIndex:")]
public virtual uint GlyphAtIndex(nint glyphIndex);
abstract member GlyphAtIndex : nint -> uint32
override this.GlyphAtIndex : nint -> uint32

Parameters

glyphIndex
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to

GlyphAtIndex(nint, Boolean)

[Foundation.Export("glyphAtIndex:isValidIndex:")]
public virtual uint GlyphAtIndex(nint glyphIndex, ref bool isValidIndex);
abstract member GlyphAtIndex : nint *  -> uint32
override this.GlyphAtIndex : nint *  -> uint32

Parameters

glyphIndex
System.System.IntPtr System.nativeint
isValidIndex
Boolean

Returns

Attributes

Applies to