Complete list of Fonts which support
Currently, if I change the locale setting of my application by
Locale.setDefault(Locale.ENGLISH);
alt text http://sites.google.com/site/yanchengcheok/Home/Locale.ENGLISH.png
Locale.setDefault(Locale.SIMPLIFIED_CHINESE);
alt text http://sites.google.com/site/yanchengcheok/Home/Locale.SIMPLIFIED_开发者_JS百科CHINESE.png
What I understand from this JFreeChart forum is that, I am not using correct font.
Once you get the reference of the LegentTitle, you can set it to any font. Apparently, JFreeChart's default is "Tahoma" and it doesn't support Chinese characters.
May I know, how I can programmatic determine, as list of available Fonts in my system, which support Chinese?
I can hard code it to Serif (It fully support Chinese, doesn't it?), its look n feel doesn't looks good to me. I would like to have more choices.
Simplified Chinese, which has thousands of glyphs, requires a Unicode font.
Here's a page of simplified Chinese fonts I found through Google.
精彩评论