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> 物件,包含表示距離資訊的索引鍵/值組。 索引鍵是可識別圖像 (Glyph) 索引的 UInt16。 這個值是表示距離的 Double。
備註
當黑色方塊的尾端邊緣位於由進階寬度和字型儲存格高度所定義的對齊矩形內時,此值 RightSideBearings 為正值。
當黑色方塊的右邊緣超過對齊矩形時,此值 RightSideBearings 為負值。