survey/fpdf186/tutorial/makefont.php
2023-08-24 12:52:17 +02:00

7 lines
152 B
PHP

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