Blame view

common/components/fpdf/tutorial/makefont.php 135 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');

MakeFont('calligra.ttf','cp1252');
?>