传入以下参数或者修改ConfigVariables.php配置文件即可
'autoScriptToLang' => true,
'autoLangToFont' => true,
'useSubstitutions' => true,
DEMO:
$mpdf = new \Mpdf\Mpdf(['mode'=>'utf-8','format'=>'A4','useSubstitutions'=>true,'useAdobeCJK'=>true,'autoScriptToLang'=>true,'autoLangToFont'=>true,'mgl'=>15,'mgr'=>15,'mgt'=>16,'mgb'=>16,'mgh'=>9,'mgf'=>9, 'orientation'=>'P']);
方法有效,赞赞