aboutsummaryrefslogtreecommitdiff
path: root/classes/font/courierbi.php
blob: a49f2ae15b00453fbdc2a30485b1a82f69064f2d (plain) (blame)
1
2
3
4
5
6
7
8
<?php
$type = 'Core';
$name = 'Courier-BoldOblique';
$up = -100;
$ut = 50;
for($i=0;$i<=255;$i++)
	$cw[chr($i)] = 600;
?>