makefont.php 145 B

123456
  1. <?php
  2. //Generation of font definition file for tutorial 7
  3. require('../font/makefont/makefont.php');
  4. MakeFont('calligra.ttf','calligra.afm');
  5. ?>