diff options
author | Sashi20 | 2019-03-01 12:37:05 +0530 |
---|---|---|
committer | GitHub | 2019-03-01 12:37:05 +0530 |
commit | ba0ef8b255f019b807d677b8cd929d882d8e8e39 (patch) | |
tree | 042a2101c8c18fc8f5da94014dc6be949ed9d4dc /pdf/fpdf/tutorial/makefont.php | |
parent | 1d889fd211f0367d14c50cdf20607fa3ddc32a5c (diff) | |
parent | 75a8dc9b66c80d978e4143f87e595d92123cac88 (diff) | |
download | cfd_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-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');
+?>
|