Smooth rendering Indian language fonts in Swing

Hi all,

Recently in my Swing application, I was trying to use Indian fonts. But rendering is not smooth. At font size 12, I could not read the letters. I had to make size 20+ to make it readable. But it is no smooth.

Please help me to solve this problem.

Thanks in advance

DM

[307 byte] By [Deekshith] at [2007-11-26 12:17:59]
# 1
which swing component?,below is for JTextArea...related controls.mytextArea.putClientProperty(com.sun.java.swing.SwingUtilities2.AA_TEXT_PROPERTY_KEY,Boolean.TRUE );
AmitavaDey at 2007-7-7 14:56:19 > top of Java-index,Archived Forums,Socket Programming...
# 2
Thanks for the update. In fact I was looking for almost all the components where text can be displayed. Like JLabel, JButton.
Deekshith at 2007-7-7 14:56:19 > top of Java-index,Archived Forums,Socket Programming...