BBnepal-Accounts/application/third_party/fpdf/tutorial/makefont.php

7 lines
135 B
PHP
Raw Normal View History

2024-07-10 12:43:19 +00:00
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');
MakeFont('calligra.ttf','cp1252');
?>