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