CTRun.GetGlyphs 方法

定义

重载

GetGlyphs()
GetGlyphs(NSRange)
GetGlyphs(NSRange, UInt16[])

GetGlyphs()

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

返回

UInt16[]

适用于

GetGlyphs(NSRange)

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

参数

range
NSRange

返回

UInt16[]

适用于

GetGlyphs(NSRange, UInt16[])

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

参数

range
NSRange
buffer
UInt16[]

返回

UInt16[]

适用于