Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Fonts.FontModel

FontModel.Height Property

The height of this font at a font size of 1 pt. Multiply the height with the font size to
get the height in points.

csharp
public double Height { get; set; }

Property Value

System.Double

Remarks

This is the height specified by the bounding box.
This height is used as line spacing.

For TrueType this value is : YMax - YMin (notice that YMin is negative).