|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Go to the source code of this file.
Namespaces | |
| namespace | com\tecnick\tcpdf |
| Configuration file for TCPDF. | |
Variables | |
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) | |
| $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'phase' => 0)) | |
| $border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'phase' => 0)) |
Definition at line 83 of file example_022.php.
Referenced by HTMLPurifier_CSSDefinition\doSetup(), TCPDF\Rect(), TCPDF\RoundedRect(), and TCPDF\RoundedRectXY().
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 31 of file example_022.php.