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
Post a Comment