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