Files
inventario2/font/courier.php

10 lines
130 B
PHP

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