5 lines
107 B
PHP
5 lines
107 B
PHP
<?php
|
|
require('../font/makefont/makefont.php');
|
|
|
|
MakeFont('calibri.ttf','calibri.afm','ISO-8859-1');
|
|
?>
|