| Revision 20993,
562 bytes
checked in by Seasoft, 15 years ago
(diff) |
|
#1374 (依存ライブラリのアップデート)
- FPDF 1.6 -> 1.7
- FPDI 1.4 -> 1.4.1 (配置パスをFPDFから分離)
|
| Line | |
|---|
| 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
|
|---|
Note: See
TracBrowser
for help on using the repository browser.