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

9 lines
110 B
PHP

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