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)

プロパティ値

グリフのインデックスを表す UInt16 値のリスト。

属性

注釈

グリフ インデックスの既定値は、内部テキスト内の対応する Unicode コード ポイントのフォントの文字マップ テーブルによって定義されます。

適用対象