Files
safe/font/makefont.php

7 lines
157 B
PHP

<?
require_once("../fpdf16/fpdf.php");
require_once("../fpdf16/font/makefont/makefont.php");
MakeFont("perpetuai.ttf", "perpetuai.afm", "cp1252");
?>