Java Canvas displaying boxes for Tamil Characters

Hi I am getting boxes when I display a tamil character on a Java Canvas from an Applet.Please let me know if any solutions.With Best RegardsShrinivas
[177 byte] By [desktopa] at [2007-10-2 9:19:53]
# 1
Use a font which supports Tamil characters.
YAT_Archivista at 2007-7-16 23:26:56 > top of Java-index,Core,Core APIs...
# 2
And it should be a unicode font
LRMKa at 2007-7-16 23:26:56 > top of Java-index,Core,Core APIs...
# 3
Thank youWe must do a g.setFont(Latha.ttf) and also made an entry in font.properties for latha.ttf.It works fine now.With Best RegardsShrinivas
HARIOMKARa at 2007-7-16 23:26:56 > top of Java-index,Core,Core APIs...