mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-23 07:33:41 +01:00
7 lines
135 B
PHP
Executable File
7 lines
135 B
PHP
Executable File
<?php
|
|
// Generation of font definition file for tutorial 7
|
|
require('../makefont/makefont.php');
|
|
|
|
MakeFont('calligra.ttf','cp1252');
|
|
?>
|