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.

Namespace: TallComponents.PDF.Layout.Fonts
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public double Height { get; }
Visual Basic
Public ReadOnly Property Height As Double
	Get

Return Value

Height of this font at 1 pt.

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

See Also