first commit

This commit is contained in:
2022-12-30 14:19:42 -07:00
commit 83e2831791
112 changed files with 12156 additions and 0 deletions

6
tutorial/makefont.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');
MakeFont('calligra.ttf','cp1252');
?>