move fpdf from the includes directory to resources.

This commit is contained in:
Mark Crane
2013-06-09 02:55:57 +00:00
parent a308535e4b
commit 431461d667
15 changed files with 0 additions and 0 deletions
+8
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;
?>