GlyphRun.GlyphOffsets 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
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)
属性值
表示字形偏移量的 Point 值列表。
- 属性
注解
字形偏移值将添加到名义字形原点,以生成字形的最终原点。 该 AdvanceWidths 属性表示名义字形原点 GlyphRun的值。
基字形通常具有 (0,0) 的字形偏移量,组合字形通常具有一个偏移量,该偏移量通常将它们正确放置在最接近的上一个基字形之上。