| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
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) | |
| $fonts = array('times', 'dejavuserif') | |
| $alignments = array('L' => 'LEFT', 'C' => 'CENTER', 'R' => 'RIGHT', 'J' => 'JUSTIFY') | |
| $alignments = array('L' => 'LEFT', 'C' => 'CENTER', 'R' => 'RIGHT', 'J' => 'JUSTIFY') | 
Definition at line 81 of file example_063.php.
| $fonts = array('times', 'dejavuserif') | 
Definition at line 80 of file example_063.php.
Referenced by HTMLPurifier_AttrDef_CSS_FontFamily\validate().
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) | 
Definition at line 31 of file example_063.php.