westdc-zf1/include/fpdf/install.txt

16 lines
562 B
Plaintext
Raw Permalink Normal View History

2009-03-06 03:20:46 +00:00
The FPDF library is made up of the following elements:
- the main file, fpdf.php, which contains the class
2011-11-03 02:25:38 +00:00
- the font definition files located in the font directory
2009-03-06 03:20:46 +00:00
2011-11-03 02:25:38 +00:00
The font definition files are necessary as soon as you want to output some text in a document.
If they are not accessible, the SetFont() method will produce the following error:
2009-03-06 03:20:46 +00:00
2011-11-03 02:25:38 +00:00
FPDF error: Could not include font definition file
2009-03-06 03:20:46 +00:00
Remarks:
- Only the files corresponding to the fonts actually used are necessary
- The tutorials provided in this package are ready to be executed