Blame view

vendor/fpdf/tutorial/makefont.php 141 Bytes
6bb4a0f7   Alexandre   Version: 2.2.2
1
2
3
4
5
6
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');

MakeFont('calligra.ttf','cp1252');
?>