Table of Contents

Property TopSideBearing

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

TopSideBearing

Gets the vertical distance from the baseline to the top of the font bounding box, expressed in the glyph coordinate system.

public double TopSideBearing { get; }

Property Value

double

The vertical distance from the baseline to the top of the font bounding box. Usually, this is a positive value.

Font bounding box is the smallest rectangle enclosing the shape that would result if all of the glyphs of the font were placed with their origins coincident and then filled.

Remarks

See TransformationMatrix for more detail about relation between glyph and canvas coordinate systems.

See Also