Background:
I use sc to develop one system in China.When use DroidSansFallback font for chinese character in pdfreport,it display garbled.
Troubleshooting:
It’s wrong type($type=‘TrueType’ in \prod hird cpdf\fonts\droidsansfallback.php. The correct type is “$type=‘TrueTypeUnicode’;”.
Please fix it,thanks.