- Timestamp:
- 2011/06/25 16:45:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/module/fpdf/font/courier.php
r20119 r20993 1 1 <?php 2 $type = 'Core'; 3 $name = 'Courier'; 4 $up = -100; 5 $ut = 50; 2 6 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 $cw[chr($i)] = 600; 7 8 ?>
Note: See TracChangeset
for help on using the changeset viewer.
