Files
tougao/vendor/fpdf/font/courieri.php
wangjinlei ea2355c4d8 1
2022-09-06 10:31:26 +08:00

9 lines
118 B
PHP

<?php
$type = 'Core';
$name = 'Courier-Oblique';
$up = -100;
$ut = 50;
for($i=0;$i<=255;$i++)
$cw[chr($i)] = 600;
?>