altocompta/include/sfpdf/font/courier.php
Dany De Bontridder 24cc2ad26a PDF
===
Replace the light FPDF par SFPDF, because SFPDF is able to use unicode and FDPF doesn\t
2010-05-04 21:57:10 +00:00

7 lines
257 B
PHP

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