summaryrefslogtreecommitdiff
path: root/pdf/fpdf/font/courieri.php
blob: 9c1c2cfa6a130786eac17824eefb63d5bf0d1fd3 (plain)
1
2
3
4
5
6
7
8
<?php
$type = 'Core';
$name = 'Courier-Oblique';
$up = -100;
$ut = 50;
for($i=0;$i<=255;$i++)
	$cw[chr($i)] = 600;
?>