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)

属性值

IList<Double>

表示步进宽度的 Double 值列表。

属性

注解

高级宽度列表中的每个项对应于属性返回的 GlyphIndices 字形值。 运行中 n 字形 (n>0) 的名义原点是 n-1第 1 个 字形的名义原点,加上沿运行前向量添加的第 n-1 前进宽度。 基本字形通常具有非零前进宽度,而组合字形通常具有零前进宽度。

适用于