My application uses Thai fonts. They do not get displayed on Linux machine.
I am developing in Windows 10, Java 6, my Linux machine is running Debian 8.7 (Jessie).
On windows it displays properly but on Linux wen I run the jar file, all it shows are squares.
But when I enclose the text in HTML tag it works properly.
getLabel().setText("<html><center>"+ labelText+"</center></html>");
This works
Can anyone help with following issue?