Files
ms1inscription-v5/fpdf182/tutorial/makefont.php
2026-05-13 09:43:32 -04:00

7 lines
135 B
PHP

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