source:
trunk/client/inc/hpdf/_fpdf/font/courier.php@
64
Last change on this file since 64 was 2, checked in by , 15 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | <?php |
2 | for($i=0;$i<=255;$i++) |
3 | $fpdf_charwidths['courier'][chr($i)]=600; |
4 | $fpdf_charwidths['courierB']=$fpdf_charwidths['courier']; |
5 | $fpdf_charwidths['courierI']=$fpdf_charwidths['courier']; |
6 | $fpdf_charwidths['courierBI']=$fpdf_charwidths['courier']; |
7 | ?> |
Note:
See TracBrowser
for help on using the repository browser.