home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / courier.php < prev    next >
Encoding:
PHP Script  |  2003-11-18  |  285 b   |  9 lines

  1. <?php
  2. // vim: expandtab sw=4 ts=4 sts=4:
  3. for($i=0;$i<=255;$i++)
  4.     $fpdf_charwidths['courier'][chr($i)]=600;
  5. $fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
  6. $fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
  7. $fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
  8. ?>
  9.