GlyphTypeface.RightSideBearings プロパティ

定義

GlyphTypeface オブジェクトによって表されるグリフの、ブラック ボックスの右端から進むベクトルの右端までの距離を取得します。

public:
 property System::Collections::Generic::IDictionary<System::UInt16, double> ^ RightSideBearings { System::Collections::Generic::IDictionary<System::UInt16, double> ^ get(); };
public System.Collections.Generic.IDictionary<ushort,double> RightSideBearings { get; }
member this.RightSideBearings : System.Collections.Generic.IDictionary<uint16, double>
Public ReadOnly Property RightSideBearings As IDictionary(Of UShort, Double)

プロパティ値

距離情報を表すキーと値のペアを含む IDictionary<TKey,TValue> オブジェクト。 キーは、グリフ インデックスを識別する UInt16 です。 この値は、距離を表す Double です。

注釈

RightSideBearings値は、ブラック ボックスの末尾の端が、前の幅とフォント のセルの高さで定義された配置四角形内にある場合に正の値になります。

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

適用対象

こちらもご覧ください