Files
tougao/vendor/fpdf/tutorial/makefont.php
wangjinlei ea2355c4d8 1
2022-09-06 10:31:26 +08:00

7 lines
135 B
PHP

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