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 為負值。

適用於

另請參閱