GlyphTypeface.RightSideBearings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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黒いボックスの右端が配置の四角形を張り出すと、値は負になります。