File "courier.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/php/pear/File/PDF/fonts/courier.php
File size: 113 B
MIME-type:
Charset: utf-8
<?php
/**
* @package File_PDF
*/
for ($i = 0; $i <= 255; $i++) {
$font_widths['courier'][chr($i)] = 600;
}