Click or drag to resize

PdfFontMetricsDescent Property

Gets the descent of the font in PDF font design units. The Descent is the distance that the font extends below the baseline of the font. Descent is usually negative.

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 Descent { get; protected set; }

Property Value

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