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