GlyphRun.GlyphIndices Özellik

Tanım

Önemli

Bu API, CLS uyumlu değildir.

İşleme fiziksel yazı tipindeki glif dizinlerini temsil eden bir değer dizisini UInt16 alır veya ayarlar.

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)

Özellik Değeri

IList<UInt16>

Glif dizinlerini temsil eden değerlerin listesi UInt16 .

Öznitelikler

Açıklamalar

Glif dizinlerinin varsayılan değeri, iç metindeki ilgili Unicode kod noktaları için yazı tipinin karakter eşleme tablosu tarafından tanımlanır.

Şunlara uygulanır