GlyphTypeface.AdvanceWidths プロパティ

定義

GlyphTypeface オブジェクトによって表されるグリフのアドバンス幅を取得します。

public:
 property System::Collections::Generic::IDictionary<System::UInt16, double> ^ AdvanceWidths { System::Collections::Generic::IDictionary<System::UInt16, double> ^ get(); };
public System.Collections.Generic.IDictionary<ushort,double> AdvanceWidths { get; }
member this.AdvanceWidths : System.Collections.Generic.IDictionary<uint16, double>
Public ReadOnly Property AdvanceWidths As IDictionary(Of UShort, Double)

プロパティ値

IDictionary<UInt16,Double>

グリフのアドバンス幅情報を表すキーと値のペアを格納する IDictionary<TKey,TValue> オブジェクト。 キーは、グリフのインデックスを識別する UInt16 です。 値は、アドバンス幅を表す Double です。

注釈

この AdvanceHeights プロパティは、水平レイアウトの計算に使用されます。

適用対象

こちらもご覧ください