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 負の値になります。

適用対象

こちらもご覧ください