GlyphTypeface.LeftSideBearings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由 GlyphTypeface 对象表示的标志符号中从步进向量前导端到黑盒左边缘的距离。
public:
property System::Collections::Generic::IDictionary<System::UInt16, double> ^ LeftSideBearings { System::Collections::Generic::IDictionary<System::UInt16, double> ^ get(); };
public System.Collections.Generic.IDictionary<ushort,double> LeftSideBearings { get; }
member this.LeftSideBearings : System.Collections.Generic.IDictionary<uint16, double>
Public ReadOnly Property LeftSideBearings As IDictionary(Of UShort, Double)
属性值
一个 IDictionary<TKey,TValue> 对象,包含表示标志符号的距离信息的键/值对。 该键是一个标识标志符号索引的 UInt16。 该值是一个表示距离的 Double。
注解
当黑框的左边缘位于由高级宽度和字体单元格高度定义的对齐矩形内时,该值 LeftSideBearings 为正值。
当黑框左边缘悬停对齐矩形时,该值 LeftSideBearings 为负值。