GlyphTypeface.LeftSideBearings プロパティ

定義

GlyphTypeface オブジェクトによって表されるグリフのアドバンス ベクターの先端から、黒いボックスの左端までの距離を取得します。

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

プロパティ値

IDictionary<UInt16,Double>

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

注釈

黒いボックスの左端が、前の幅とフォント セルの高さによって定義された配置四角形内にある場合、値は LeftSideBearings 正です。

LeftSideBearings黒いボックスの左端が配置四角形に張り出されると、値は負になります。

適用対象

こちらもご覧ください