The distance in points between the lower extreme of a font and the visual baseline for a font of size 1 pt. Multiply the value of this property with the font size to get the distance in points.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

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

Remarks

This property can be used to vertically align multiple TextShape instances with different heights.

For TrueType this value is : - YMin (notice that YMin is most likely negative, so returning a positive value).

See Also