makefont.php 141 B

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