Octopress 部落格

一個靜態網站的部落格框架

PHP 使用 TCPDF 顯示中文的關鍵


$pdf = new TCPDF(PDF_PAFE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, ‘UTF-8’, false);

// set font (PHP TCPDF 顯示中文字型)
$pdf->SetFont(‘cid0jp’, ”, 18); // 可以顯示中文(繁、簡)、日文、韓文。
//$pdf->SetFont(‘msungstdlight’, ”, 18, ”, true); // 繁中, 但是效果不好,字會偏移
//$pdf->SetFont(‘stsongstdlight’, ”, 20); // 可以顯示中文, 但是效果不好,字會偏移
//$pdf->SetFont(‘dejavusans’, ”, 14, ”, true); // 預設 utf8