move fpdf from the includes directory to resources.

This commit is contained in:
Mark Crane
2013-06-09 02:55:57 +00:00
parent e37449ce1e
commit c7ded21be4
15 changed files with 0 additions and 0 deletions

View File

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