fpdf/tutorial/makefont.php

7 lines
141 B
PHP
Raw Normal View History

2022-12-30 21:19:42 +00:00
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');
MakeFont('calligra.ttf','cp1252');
?>