westdc-zf1/include/fpdf/font/courier.php

9 lines
118 B
PHP
Raw Normal View History

2009-03-06 03:20:46 +00:00
<?php
2011-11-03 02:25:38 +00:00
$type = 'Core';
$name = 'Courier';
$up = -100;
$ut = 50;
2009-03-06 03:20:46 +00:00
for($i=0;$i<=255;$i++)
2011-11-03 02:25:38 +00:00
$cw[chr($i)] = 600;
2009-03-06 03:20:46 +00:00
?>