Blame view

common/components/fpdf/tutorial/makefont.php 135 Bytes
3dde027c   曹明   1.厂商列表功能实现
1
2
3
4
5
6
<?php
// Generation of font definition file for tutorial 7
require('../makefont/makefont.php');

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