CharacterMetrics.TopSideBearing Property

Definition

Gets the recommended white space above the black box.

public:
 property double TopSideBearing { double get(); };
public double TopSideBearing { get; }
member this.TopSideBearing : double
Public ReadOnly Property TopSideBearing As Double

Property Value

A value of type Double.

Remarks

Recommended white space above the black box. The vertical advance for the character is the sum of the property values TopSideBearing, BlackBoxHeight, and BottomSideBearing. The vertical advance cannot be less than zero.

Applies to