Files
startup/pdf/font/new_font.php
2016-07-05 20:38:34 +00:00

5 lines
107 B
PHP

<?php
require('../font/makefont/makefont.php');
MakeFont('calibri.ttf','calibri.afm','ISO-8859-1');
?>