php7-mysql-data/Kapitel_5/Lektion_11/pdf/fpdf/tutorial/makefont.php
2016-08-21 00:15:10 +02:00

7 lines
135 B
PHP
Executable File

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