mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 16:05:58 +00:00
10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
|
|
$type = 'Core';
|
|
$name = 'Courier-Bold';
|
|
$up = -100;
|
|
$ut = 50;
|
|
for ($i = 0; $i <= 255; $i++)
|
|
$cw[chr($i)] = 600;
|
|
?>
|