Share via


CTRun.GetGlyphs Method

Definition

Overloads

GetGlyphs()

public ushort[] GetGlyphs();
member this.GetGlyphs : unit -> uint16[]

Returns

UInt16[]

Applies to

GetGlyphs(NSRange)

public ushort[] GetGlyphs(Foundation.NSRange range);
member this.GetGlyphs : Foundation.NSRange -> uint16[]

Parameters

range
NSRange

Returns

UInt16[]

Applies to

GetGlyphs(NSRange, UInt16[])

public ushort[] GetGlyphs(Foundation.NSRange range, ushort[]? buffer);
member this.GetGlyphs : Foundation.NSRange * uint16[] -> uint16[]

Parameters

range
NSRange
buffer
UInt16[]

Returns

UInt16[]

Applies to