Files
portal-legacy/html/font/courier.php
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

8 lines
257 B
PHP
Executable File

<?php
for($i=0;$i<=255;$i++)
$fpdf_charwidths['courier'][chr($i)]=600;
$fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
$fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
$fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
?>