Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

16 Zeilen
547 B

  1. The FPDF library is made up of the following elements:
  2. - the main file, fpdf.php, which contains the class
  3. - the font definition files located in the font directory
  4. The font definition files are necessary as soon as you want to output some text in a document.
  5. If they are not accessible, the SetFont() method will produce the following error:
  6. FPDF error: Could not include font definition file
  7. Remarks:
  8. - Only the files corresponding to the fonts actually used are necessary
  9. - The tutorials provided in this package are ready to be executed