mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
9 lines
115 B
PHP
9 lines
115 B
PHP
<?php
|
|
$type = 'Core';
|
|
$name = 'Courier-Bold';
|
|
$up = -100;
|
|
$ut = 50;
|
|
for($i=0;$i<=255;$i++)
|
|
$cw[chr($i)] = 600;
|
|
?>
|