TCPDF::getFontsList()
Method: Fill the list of available fonts ($this->fontlist).
Source: includes/lib/tcpdf/tcpdf.php:4170
Method: Fill the list of available fonts ($this->fontlist).
Source: includes/lib/tcpdf/tcpdf.php:4170
Method: Imports a TrueType, Type1, core, or CID0 font and makes it available.
Source: includes/lib/tcpdf/tcpdf.php:4194
Method: Sets the font used to print character strings.
Source: includes/lib/tcpdf/tcpdf.php:4450
Method: Defines the size of the current font.
Source: includes/lib/tcpdf/tcpdf.php:4478
Method: Returns the bounding box of the current font in user units.
Source: includes/lib/tcpdf/tcpdf.php:4519
Method: Defines the color used for all filling operations (filled rectangles and cell backgrounds).
Source: includes/lib/tcpdf/tcpdf.php:3885
Method: Defines the color used for text. It can be expressed in RGB components or gray scale.
Source: includes/lib/tcpdf/tcpdf.php:3898
Method: Defines the color used by the specified type (‘draw’, ‘fill’, ‘text’).
Source: includes/lib/tcpdf/tcpdf.php:3915
Method: Defines the color used for all drawing operations (lines, rectangles and cell borders). 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:4005
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