PdfFontDescriptor.FontBBox Property
In This Article
Indicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfRectangle FontBBox { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#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