Changeset 17907 for branches/comu-ver2/data/pdf/japanese.php
- Timestamp:
- 2009/03/19 04:04:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/pdf/japanese.php
r17906 r17907 1 1 <?php 2 require('fpdf.php');3 2 require('fpdi.php'); 4 3 … … 14 13 'x'=>503,'y'=>529,'z'=>453,'{'=>326,'|'=>380,'}'=>326,'~'=>387); 15 14 16 //class PDF_Japanese extends FPDF 17 class PDF_Japanese extends FPDI //ÏX 15 class PDF_Japanese extends FPDI 18 16 { 19 17 function AddCIDFont($family,$style,$name,$cw,$CMap,$registry)
Note: See TracChangeset
for help on using the changeset viewer.