courier.php

Go to the documentation of this file.
00001 <?php
00002 for($i=0;$i<=255;$i++)
00003     $fpdf_charwidths['courier'][chr($i)]=600;
00004 $fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
00005 $fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
00006 $fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
00007 ?>
 All Data Structures Files Functions Variables Enumerations