GlyphRun.GlyphIndices 속성

정의

중요

이 API는 CLS 규격이 아닙니다.

렌더링 실제 글꼴의 문자 모양 인덱스를 나타내는 UInt16 값 배열을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<System::UInt16> ^ GlyphIndices { System::Collections::Generic::IList<System::UInt16> ^ get(); void set(System::Collections::Generic::IList<System::UInt16> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.UShortIListConverter))]
public System.Collections.Generic.IList<ushort> GlyphIndices { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.UShortIListConverter))>]
member this.GlyphIndices : System.Collections.Generic.IList<uint16> with get, set
Public Property GlyphIndices As IList(Of UShort)

속성 값

IList<UInt16>

문자 모양 인덱스를 나타내는 UInt16 값 목록입니다.

특성

설명

문자 모양 인덱스의 기본값은 내부 텍스트의 해당 유니코드 코드 포인트에 대한 글꼴의 문자 맵 테이블에 의해 정의됩니다.

적용 대상