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);