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