File: makefont.php

package info (click to toggle)
php-fpdf 3%3A1.6.dfsg-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 768 kB
  • ctags: 724
  • sloc: php: 2,331; makefile: 42; sh: 4
file content (6 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
<?php
//Generation of font definition file for tutorial 7
require('../font/makefont/makefont.php');

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