Thai language Word Issue With Arial Font

Hi,

I am using aspos jdk16.jar Java API.
com.aspose.words.DocumentBuilder builder = new com.aspose.words.DocumentBuilder(document);
builder.getFont().setName(“Arial”);
builder.getFont().setSize(7);

Also, I am using thai language. When document is opened on Windows System, it shows blocks.

I tried to change above font from Arial to Calibri. Still shows up blocks.

Could anyone help me to resolve this issue.

@PurvaSurana21,

Please share complete source code here for testing.
You can also try using “Arial Unicode” font which contains almost all glyphs from different languages. Hope, this helps.