php - mpdf not supporting arabic and chinese fonts -


i using mpdf. when supplied arabic , chinese words writehtml(), resulting pdf containing square boxes instead of fonts.

please suggest!

sample fonts:

i testing أنا العالم 我的世界 

on mpdf 6.0, found made cantonese work us:

$mpdf->autoscripttolang = true; $mpdf->autolangtofont = true; 

seems setautofont deprecated.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -