GlyphRun.GlyphOffsets 属性

定义

重要

此 API 不符合 CLS。

获取或设置 Point 值的数组,这些值表示 GlyphRun 中字形的偏移量。

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

属性值

IList<Point>

表示字形偏移量的 Point 值列表。

属性

注解

字形偏移值将添加到名义字形原点,以生成字形的最终原点。 该 AdvanceWidths 属性表示名义字形原点 GlyphRun的值。

基字形通常具有 (0,0) 的字形偏移量,组合字形通常具有一个偏移量,该偏移量通常将它们正确放置在最接近的上一个基字形之上。

适用于