summaryrefslogtreecommitdiff
path: root/pdf/fpdf/tutorial/makefont.php
diff options
context:
space:
mode:
authorSashi202019-04-25 17:17:55 +0530
committerSashi202019-04-25 17:17:55 +0530
commitb34eaf592792891d893ac06803b93c0d42b667b5 (patch)
treea2ce78cb9fe48f6eeb897f7d1f1d0b554471ca10 /pdf/fpdf/tutorial/makefont.php
parent8af1493bd51de5590268226f3a73d4e81dc04e4a (diff)
downloadom_flowsheet-b34eaf592792891d893ac06803b93c0d42b667b5.tar.gz
om_flowsheet-b34eaf592792891d893ac06803b93c0d42b667b5.tar.bz2
om_flowsheet-b34eaf592792891d893ac06803b93c0d42b667b5.zip
Increase the size of reference field, implement certificate
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');
+?>