cetak laporan ada 2 versi, cetak sertifikat dengan background gambar, dashboard untuk operator
7 lines
152 B
PHP
Executable File
7 lines
152 B
PHP
Executable File
<?php
|
|
// Generation of font definition file for tutorial 7
|
|
require('../makefont/makefont.php');
|
|
|
|
MakeFont('CevicheOne-Regular.ttf', 'cp1252');
|
|
?>
|