GlyphRun.ClusterMap 속성

정의

중요

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

GlyphRun의 문자를 문자 모양 인덱스에 매핑하는 UInt16 값 목록을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<System::UInt16> ^ ClusterMap { 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> ClusterMap { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.UShortIListConverter))>]
member this.ClusterMap : System.Collections.Generic.IList<uint16> with get, set
Public Property ClusterMap As IList(Of UShort)

속성 값

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

특성

설명

목록에는 문자당 하나의 항목이 있습니다. 목록의 각 값은 로 표시되는 첫 번째 문자 모양 오프셋을 로 표시되는 GlyphIndices해당 문자에 Characters제공합니다.

여러 문자가 단일 문자 모양 또는 개별 문자에 정확히 매핑되도록 세분화할 수 없는 문자 모양 그룹에 매핑되는 경우 모든 문자에 대한 항목의 값은 이 문자 그룹을 나타내는 첫 번째 문자 모양 오프셋과 같은 값을 갖습니다.

목록이 null 이거나 같 Empty으면 순차적 1~1 매핑이 가정됩니다.

적용 대상