Back to Devexpress

PdfFontDescriptor.FontBBox Property

officefileapi-devexpress-dot-pdf-dot-pdffontdescriptor-76faee8e.md

latest1.2 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfRectangle FontBBox { get; }
vb
Public ReadOnly Property FontBBox As PdfRectangle

Property Value

TypeDescription
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

PdfFontDescriptor Class

PdfFontDescriptor Members

DevExpress.Pdf Namespace