mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2025-02-24 04:03: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');
|
|
?>
|