Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFontDescriptor.FontBBox Property

Indicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfRectangle FontBBox { get; }

Property Value

Type Description
PdfRectangle

A PdfRectangle object.

Remarks

This should be the smallest rectangle enclosing the shape that would result if all of the glyphs of the font were placed with their origins coincident and then filled.

See Also