TCPDF::getFontBBox()
Method: Returns the bounding box of the current font in user units.
Source: includes/lib/tcpdf/tcpdf.php:4519
Method: Returns the bounding box of the current font in user units.
Source: includes/lib/tcpdf/tcpdf.php:4519
Method: Convert a relative font measure into absolute value.
Source: includes/lib/tcpdf/tcpdf.php:4558
Method: Returns the glyph bounding box of the specified character in the current font in user units.
Source: includes/lib/tcpdf/tcpdf.php:4568
Method: Return the font descent value
Source: includes/lib/tcpdf/tcpdf.php:4591
Method: Return the font ascent value.
Source: includes/lib/tcpdf/tcpdf.php:4612
Method: Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
Source: includes/lib/tcpdf/tcpdf.php:4022
Method: Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
Source: includes/lib/tcpdf/tcpdf.php:4039
Method: Returns the length of a string in user unit. A font must be selected.
Source: includes/lib/tcpdf/tcpdf.php:4055
Method: Defines a new spot color.
Source: includes/lib/tcpdf/tcpdf.php:3739
Method: Set the spot color for the specified type (‘draw’, ‘fill’, ‘text’).
Source: includes/lib/tcpdf/tcpdf.php:3755