summaryrefslogtreecommitdiff
path: root/pdf/fpdf/tutorial/makefont.php
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/fpdf/tutorial/makefont.php')
-rwxr-xr-xpdf/fpdf/tutorial/makefont.php6
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');
+?>