class PDFGenerator extends PDFGeneratorCore { public function __construct($use_cache = false, $orientation = 'P'){ // Override the font for your language $this->font_by_lang['ro'] = 'courier'; parent::__construct($use_cache, $orientation); } }