Click or drag to resize

PdfFontMetricsFontBounds Property

Gets the smallest bounding box that can surround all glyphs within the font. Units are 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 PdfBounds FontBounds { get; protected set; }

Property Value

Type: PdfBounds
The font bounds in PDF font design units.
Examples
PdfBounds bounds = metrics.FontBounds;
double totalHeight = bounds.Height;
See Also