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> 物件,包含表示圖像遞增寬度資訊的索引鍵值組。 索引鍵是可識別圖像 (Glyph) 索引的 UInt16。 這個值是表示遞增寬度的 Double

備註

屬性 AdvanceHeights 用於計算水準版面配置。

適用於

另請參閱