次の方法で共有


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[]

適用対象