Newer
Older
mailpiler / webui / system / helper / fpdf16 / font / courier.php
@SJ SJ on 8 Feb 2012 257 bytes added the webui to the tarball
<?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'];
?>