source: branches/version-2_11-dev/data/module/fpdf/install.txt @ 20993

Revision 20993, 562 bytes checked in by Seasoft, 13 years ago (diff)

#1374 (依存ライブラリのアップデート)

  • FPDF 1.6 -> 1.7
  • FPDI 1.4 -> 1.4.1 (配置パスをFPDFから分離)
Line 
1The 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
6The font definition files are necessary as soon as you want to output some text in a document.
7If they are not accessible, the SetFont() method will produce the following error:
8
9FPDF error: Could not include font definition file
10
11
12Remarks:
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.