GlyphRun.AdvanceWidths 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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個 進階寬度。 基底圖像通常具有非零進階寬度,而結合圖像通常具有零進階寬度。