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