File "courierb.php"

Full Path: C:/wamp64/www/PAGOS-T3/fpdf/font/courierb.php
File size: 123 bytes
MIME-type: text/x-php
Charset: utf-8

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