| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Source view] [Print] [Project Stats]
pdflib.php - Moodle PDF library We currently use the TCPDF library by Nicola Asuni.
| Author: | Vy-Shane Sin Fat |
| License: | http://www.gnu.org/copyleft/gpl.html GNU Public License |
| File Size: | 139 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file lib/tcpdf/tcpdf.php |
pdf:: (4 methods):
pdf()
__construct()
_getfontpath()
_getfontfiles()
| pdf($orientation='P', $unit='mm', $format='A4', $unicode=true, $encoding='UTF-8') X-Ref |
| Constructor |
| __construct($orientation='P', $unit='mm', $format='A4', $unicode=true, $encoding='UTF-8') X-Ref |
| Fake constructor to keep PHP5 happy. |
| _getfontpath() X-Ref |
| Return fonts path Overriding TCPDF::_getfontpath() |
| _getfontfiles($fontdir) X-Ref |
| Get the .php files for the fonts |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |