GlyphTypeface.BottomSideBearings Property

Definition

Gets the distance from bottom edge of the black box to the bottom end of the advance vector for the glyphs represented by the GlyphTypeface object.

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)

Property Value

An IDictionary<TKey,TValue> object that contains key/value pairs that represent distance information. The key is a UInt16 that identifies the glyph. The value is a Double that represents the distance.

Remarks

The BottomSideBearings value is positive when the bottom edge of the black box is within the alignment rectangle defined by the advance width and font cell height. The font cell height is a horizontal dimension in vertical layout.

The BottomSideBearings value is negative when the bottom edge of the black box overhangs the alignment rectangle.

Applies to

See also