GlyphRun.AdvanceWidths 屬性

定義

重要

此 API 不符合 CLS 規範。

取得或設定 Double 值的清單,代表對應到字符索引的遞增寬度。

public:
 property System::Collections::Generic::IList<double> ^ AdvanceWidths { System::Collections::Generic::IList<double> ^ get(); void set(System::Collections::Generic::IList<double> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.DoubleIListConverter))]
public System.Collections.Generic.IList<double> AdvanceWidths { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.DoubleIListConverter))>]
member this.AdvanceWidths : System.Collections.Generic.IList<double> with get, set
Public Property AdvanceWidths As IList(Of Double)

屬性值

Double 值的清單,代表遞增寬度。

屬性

備註

進階寬度清單中的每個專案都會對應至 屬性所 GlyphIndices 傳回的字元值。 執行中第 n 個字元的名稱原點 (n > 0) 是 n-1 1 個字元的正負原點,加上沿著執行進階向量新增的第 n-1 進階寬度。 基底圖像通常具有非零進階寬度,而結合圖像通常具有零進階寬度。

適用於