FontObject FontBBox Property. The bounding box for the glyphs in this font. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] XRect

[Visual Basic]
XRect
n/a Yes The bounding box for the glyphs in this font

 

   

Notes
 

The bounding box for the glyphs in this font.

This XRect corresponds to the xMin, xMax, yMin and yMax entries in the 'head' TrueType table.

The PDF format only supports a limited range of metrics so FontObjects read from PDF may contain some approximations compared with 'live' FontObjects which have been added using the Doc.AddFont or Doc.EmbedFont methods.

 

   

Example
 

None.