summaryrefslogtreecommitdiff
path: root/pdf/fpdf/tutorial/makefont.php
diff options
context:
space:
mode:
authorSashi202019-03-01 12:37:05 +0530
committerGitHub2019-03-01 12:37:05 +0530
commitba0ef8b255f019b807d677b8cd929d882d8e8e39 (patch)
tree042a2101c8c18fc8f5da94014dc6be949ed9d4dc /pdf/fpdf/tutorial/makefont.php
parent1d889fd211f0367d14c50cdf20607fa3ddc32a5c (diff)
parent75a8dc9b66c80d978e4143f87e595d92123cac88 (diff)
downloadcfd_case_study-ba0ef8b255f019b807d677b8cd929d882d8e8e39.tar.gz
cfd_case_study-ba0ef8b255f019b807d677b8cd929d882d8e8e39.tar.bz2
cfd_case_study-ba0ef8b255f019b807d677b8cd929d882d8e8e39.zip
Merge pull request #3 from Sashi20/master
Case Study Project certificate made available
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');
+?>