Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / fpdf16 / tutorial / makefont.php @ f59acf11

History | View | Annotate | Download (145 Bytes)

1
<?php
2
//Generation of font definition file for tutorial 7
3
require('../font/makefont/makefont.php');
4

    
5
MakeFont('calligra.ttf','calligra.afm');
6
?>