diff options
Diffstat (limited to 'pdf/fpdf/tutorial/makefont.php')
-rwxr-xr-x | pdf/fpdf/tutorial/makefont.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pdf/fpdf/tutorial/makefont.php b/pdf/fpdf/tutorial/makefont.php new file mode 100755 index 0000000..285f27c --- /dev/null +++ b/pdf/fpdf/tutorial/makefont.php @@ -0,0 +1,6 @@ +<?php
+// Generation of font definition file for tutorial 7
+require('../makefont/makefont.php');
+
+MakeFont('calligra.ttf','cp1252');
+?>
|