westdc-zf1/include/fpdf/tutorial/makefont.php

7 lines
141 B
PHP
Raw Normal View History

2009-03-06 03:20:46 +00:00
<?php
2011-11-03 02:25:38 +00:00
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');
2009-03-06 03:20:46 +00:00
2011-11-03 02:25:38 +00:00
MakeFont('calligra.ttf','cp1252');
2009-03-06 03:20:46 +00:00
?>