// fix pdf encoding also for vn/pl/ru/el languages

This commit is contained in:
Rémi Gaillard
2013-03-04 15:17:23 +01:00
parent 61d3078555
commit e2e1da2285
+1 -1
View File
@@ -39,7 +39,7 @@ class PDFGeneratorCore extends TCPDF
public $content;
public $font;
public $font_by_lang = array('ja' => 'cid0jp');
public $font_by_lang = array('ja' => 'cid0jp', 'ru' => 'freeserif', 'el' => 'freeserif', 'vn' => 'dejavusans', 'pl' => 'dejavusans');
public function __construct($use_cache = false)