blob: 73ded6449ee6001918c0a7f3c88c33290e6ce9fb [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001The 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