Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontDescriptor Class / FontBBox Property

In This Topic
    FontBBox Property
    In This Topic
    Gets a rectangle expressed in the glyph coordinate system, specifying the font bounding box. This is 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.
    Syntax
    'Declaration
     
    Public ReadOnly Property FontBBox As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> FontBBox {get;}
    See Also