X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fclass.pdf.inc;h=0fd5aedc39b6948c16e49fa7da9dde2fba7e0aed;hb=3141d7755efbca4d2eb7babc1d31629295451885;hp=1fcda8596dbac483deff83eb50074df02105ccfa;hpb=45b9663b6305cb70c2f3f1782406232d3ed0d755;p=fa-stable.git diff --git a/reporting/includes/class.pdf.inc b/reporting/includes/class.pdf.inc index 1fcda859..0fd5aedc 100644 --- a/reporting/includes/class.pdf.inc +++ b/reporting/includes/class.pdf.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ /* This class is an extension to the tcpdf class using a syntax that the original reports were written in @@ -100,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; } }