Fpdf/Chinese.php
authorAlan <alan@roojs.com>
Tue, 27 Feb 2024 05:05:19 +0000 (13:05 +0800)
committerAlan <alan@roojs.com>
Tue, 27 Feb 2024 05:05:19 +0000 (13:05 +0800)
Fpdf/Chinese.php

index ad7ba9d..7ff9150 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'Fpdf.php';
+require_once 'Fpdf/tFpdf.php';
 
 $GLOBALS['UTF8']=array(' '=>250,'!'=>300,'"'=>410,'#'=>668,'$'=>490,'%'=>875,'&'=>700,'\''=>250,
        '('=>240,')'=>240,'*'=>417,'+'=>667,','=>250,'-'=>313,'.'=>250,'/'=>520,'0'=>550,'1'=>500,
@@ -34,7 +34,7 @@ $GLOBALS['GB_widths']=array(' '=>207,'!'=>270,'"'=>342,'#'=>467,'$'=>462,'%'=>79
        'n'=>527,'o'=>524,'p'=>524,'q'=>504,'r'=>338,'s'=>336,'t'=>277,'u'=>517,'v'=>450,'w'=>652,
        'x'=>466,'y'=>452,'z'=>407,'{'=>370,'|'=>258,'}'=>370,'~'=>605);
 
-class FPDF_Chinese extends FPDF
+class FPDF_Chinese extends tFPDF
 {
 function AddCIDFont($family,$style,$name,$cw,$CMap,$registry)
 {