TimeTrex/vendor/setasign/fpdf/tutorial/makefont.php

7 lines
135 B
PHP
Raw Permalink Normal View History

2022-12-13 07:10:06 +01:00
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');
MakeFont('calligra.ttf','cp1252');
?>