summaryrefslogtreecommitdiff
path: root/pdf/fpdf/tutorial/makefont.php
blob: 285f27cda8030638b527a1de9a99ffe13f4b2714 (plain)
1
2
3
4
5
6
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');

MakeFont('calligra.ttf','cp1252');
?>