GlyphRun.GlyphIndices 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 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)
속성 값
문자 모양 인덱스를 나타내는 UInt16 값 목록입니다.
- 특성
설명
문자 모양 인덱스의 기본값은 내부 텍스트의 해당 유니코드 코드 포인트에 대한 글꼴의 문자 맵 테이블에 의해 정의됩니다.