Method: Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
Source: includes/lib/tcpdf/tcpdf.php:5026
Method: Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
Source: includes/lib/tcpdf/tcpdf.php:5095
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: Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.
Source: includes/lib/tcpdf/tcpdf.php:4071
Method: Returns the length of the char in user unit for the current font considering current stretching and spacing (tracking).
Source: includes/lib/tcpdf/tcpdf.php:4110
Method: Returns the length of the char in user unit for the current font.
Source: includes/lib/tcpdf/tcpdf.php:4132
Method: Returns the numbero of characters in a string.
Source: includes/lib/tcpdf/tcpdf.php:4158
Method: Fill the list of available fonts ($this->fontlist).
Source: includes/lib/tcpdf/tcpdf.php:4170