egroupware_official/phpgwapi/inc/fpdf/tutorial/makefont.php

7 lines
145 B
PHP
Raw Normal View History

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