Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Fonts.FontModel
FontModel.Descender Property
The descender of this font at a font size of 1 pt. Multiply the descender with the font size to
get the descender in points.
csharp
public double Descender { get; set; }
Property Value
Remarks
For roman font programs: typically the y-value of the bottom of the lowercase p.
If this font program contains no descender null is returned.