From 293598f0835aebd80a974f1473fe890f2e57abb6 Mon Sep 17 00:00:00 2001 From: wlx Date: Thu, 15 May 2014 12:05:47 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpdf=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E5=AD=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/ApplicantPDF.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/models/ApplicantPDF.php b/application/models/ApplicantPDF.php index ddbce16f..b552a8a2 100644 --- a/application/models/ApplicantPDF.php +++ b/application/models/ApplicantPDF.php @@ -16,7 +16,7 @@ class ApplicantPDF extends FPDI function __construct() { parent::__construct(); - $this->AddUniGBhwFont('ugb','AdobeSongStd-Light-Acro'); + //$this->AddUniGBhwFont('ugb','AdobeSongStd-Light-Acro'); } function drawWestdc() { @@ -24,7 +24,7 @@ class ApplicantPDF extends FPDI $tplidx = $this->importPage(1); $this->addPage(); $this->useTemplate($tplidx); - $this->SetFont('Times','',$this->fontsize); + $this->SetFont('Courier','',$this->fontsize); $this->setXY(62,41); $this->Write($this->fontsize,$this->data['realname']); $this->SetXY(34,55);