(root)/fpdf17/install.txt – Revision 1
Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
The FPDF library is made up of the following elements:
|
|
|
2 |
|
|
|
3 |
- the main file, fpdf.php, which contains the class
|
|
|
4 |
- the font definition files located in the font directory
|
|
|
5 |
|
|
|
6 |
The font definition files are necessary as soon as you want to output some text in a document.
|
|
|
7 |
If they are not accessible, the SetFont() method will produce the following error:
|
|
|
8 |
|
|
|
9 |
FPDF error: Could not include font definition file
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
Remarks:
|
|
|
13 |
|
|
|
14 |
- Only the files corresponding to the fonts actually used are necessary
|
|
|
15 |
- The tutorials provided in this package are ready to be executed
|