PDF Report works fine with standard setting but the font is not suitable for showing Thai characters.
I tried adding new fonts in PDF Layout > Code > Body using the following;
sc_pdf_add_font (‘AngsanaNew’, ', ‘angsa.php’);
sc_pdf_set_font (‘AngsanaNew’, ‘’, 14);
The web browser (firefox) does not show anything but when opened by Adobe Acrobat, I found the following
- The information in English is shown correctly in “AngsanaNew” font.
- The information in Thai is “BLANK”.
Any ideas or suggestion?
Capecode