GlyphRun.GlyphIndices 屬性

定義

重要

此 API 不符合 CLS 規範。

取得或設定 UInt16 值的陣列,這些值表示呈現實體字型 (Physical Font) 中的圖像索引。

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 值清單,這些值表示圖像索引。

屬性

備註

字元索引的預設值是由字型的字元對應表所定義,以取得內部文字中對應的 Unicode 字碼指標。

適用於