Click or drag to resize

PdfFontMetricsAscent Property

Gets the ascent of the font in PDF font design units.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Fonts
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double Ascent { get; protected set; }

Property Value

Type: Double
The ascent of the font in PDF font design units.
Examples
double ascent = metrics.Ascent;
See Also