EIOS/inc/fpdf/tutorial/makefont.php

7 lines
135 B
PHP
Raw Normal View History

2023-12-28 15:39:22 +03:00
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');
MakeFont('calligra.ttf','cp1252');
?>