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