makefont.php 166 B

123456
  1. <?php
  2. //Génération du fichier de définition de police pour le tutoriel 7
  3. require('../font/makefont/makefont.php');
  4. MakeFont('calligra.ttf','calligra.afm');
  5. ?>