Files
ppeasy-cimac/public/fpdf/tutorial/makefont.php
T
2026-05-14 08:47:13 +02:00

7 lines
147 B
PHP

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