Files
inventario2/font/courier.php
2018-07-10 15:31:03 +00:00

10 lines
122 B
PHP

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