X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fclass.pdf.inc;h=0fd5aedc39b6948c16e49fa7da9dde2fba7e0aed;hb=df0a865dbfdbdd5213fdce65e0f0aeb5feb19c69;hp=856a7994ea49b1214d707fd41f69b08c6ed25c8b;hpb=bf00f0e16df5974ecba17b59be8bc660bdf6b8a8;p=fa-stable.git diff --git a/reporting/includes/class.pdf.inc b/reporting/includes/class.pdf.inc index 856a7994..0fd5aedc 100644 --- a/reporting/includes/class.pdf.inc +++ b/reporting/includes/class.pdf.inc @@ -1,4 +1,14 @@ . +***********************************************************************/ /* This class is an extension to the tcpdf class using a syntax that the original reports were written in (the R &OS pdf.php class) - due to easily portation this wrapper class @@ -90,6 +100,7 @@ class Cpdf extends TCPDF { { case "ar_EG" : $fontname = "ae_tholoth"; break; case "zh_CN" : $fontname = "gbsn00lp"; break; + case "zh_TW" : $fontname = "chinese_traditional_cid0"; break; default : $fontname = "dejavu"; break; } }