GlyphTypeface.AdvanceWidths 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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<TKey,TValue> 物件,包含表示圖像遞增寬度資訊的索引鍵值組。 索引鍵是可識別圖像 (Glyph) 索引的 UInt16。 這個值是表示遞增寬度的 Double。
備註
屬性 AdvanceHeights 用於計算水準版面配置。