robotec/fpdf181/tutorial/makefont.php
2024-11-21 18:53:54 -06:00

7 lines
135 B
PHP

<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');
MakeFont('calligra.ttf','cp1252');
?>