Files
ticket_dev/vendor/setasign/fpdf/tutorial/makefont.php

7 lines
135 B
PHP
Raw Normal View History

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