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<TKey,TValue> オブジェクト。 キーはグリフを識別する UInt16 です。 この値は、距離を表す Double です。

注釈

BottomSideBearings値は、黒いボックスの下端が、前の幅とフォントのセルの高さで定義された配置四角形内にある場合に正の値になります。 フォント セルの高さは、垂直方向のレイアウトの水平方向の寸法です。

BottomSideBearings値は、黒いボックスの下端が配置四角形に張り出した場合に負の値になります。

適用対象

こちらもご覧ください