home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / PEAR / fpdf / tutorial / makefont.php < prev    next >
Encoding:
PHP Script  |  2002-06-11  |  151 b   |  7 lines

  1. <?php
  2. //Generation of font definition file for tutorial 7
  3. require('../font/makefont/makefont.php');
  4.  
  5. MakeFont('calligra.ttf','calligra.afm');
  6. ?>
  7.