다음을 통해 공유


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

적용 대상