initial move to git (subversion history dropped intentionally)

This commit is contained in:
Florian Overkamp
2012-09-01 14:34:41 +02:00
commit 75f0a3d9b8
223 changed files with 23550 additions and 0 deletions

6
font/makefont.php Normal file
View File

@@ -0,0 +1,6 @@
<?
require_once("../fpdf16/fpdf.php");
require_once("../fpdf16/font/makefont/makefont.php");
MakeFont("perpetuai.ttf", "perpetuai.afm", "cp1252");
?>