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> 对象,包含表示标志符号的步进宽度信息的键/值对。 该键是一个标识标志符号索引的 UInt16。 该值是一个表示步进宽度的 Double

注解

AdvanceHeights 属性用于计算水平布局。

适用于

另请参阅