GlyphTypeface.BottomSideBearings 属性

定义

获取由 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<UInt16,Double>

一个 IDictionary<TKey,TValue> 对象,包含表示距离信息的键/值对。 该键是一个标识标志符号的 UInt16。 该值是一个表示距离的 Double

注解

BottomSideBearings当黑框的下边缘位于由前进宽度和字体单元格高度定义的对齐矩形内时,该值为正值。 字体单元格高度是垂直布局中的水平尺寸。

当黑框的下边缘悬停对齐矩形时,该值 BottomSideBearings 为负值。

适用于

另请参阅