Property Height

Namespace TallComponents.PDF.Fonts
Class Font

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

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).

Syntax

public  Double  Height  {  get;  }

Property value

Double

Height of this font at 1 pt.