php7-mysql-data/Kapitel_5/Lektion_11/pdf/fpdf/tutorial/makefont.php

7 lines
135 B
PHP
Raw Normal View History

2016-08-16 21:20:53 +02:00
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');
MakeFont('calligra.ttf','cp1252');
?>