readme.txt 519 B

123456789101112131415161718
  1. ADDFONT V1.0
  2. Author: Yann SUGERE
  3. Installation:
  4. Uncompress all the files in the makefont directory of FPDF.
  5. Usage and restrictions:
  6. This script works on Windows only and can't directly import fonts located in the
  7. Windows/Fonts system directory. In order to import them, you have to copy them in another
  8. directory first.
  9. Using the script is simple: just follow what's written on the screen.
  10. After you have processed your fonts, don't forget to put in your PDF generating script:
  11. $pdf->AddFont('name_of_the_font');