moodle/lib/fpdf/font/courier.php
vyshane 84bada7dea Fix for Bug #5467. Converted newlines to unix format. Removed extra lines at
the end of php scripts. Converted tabs to spaces in php scripts.
2006-05-16 06:45:14 +00:00

7 lines
252 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'];
?>