Skip to content

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

System.Double

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.