|
From: Onur T. <onu...@gm...> - 2006-02-24 15:01:54
|
Hi, I know there is something like smoothing texts in jEdit that does antialias the text in textarea. but - it doesnt antialias other fonts - its antialiasing algoritm suckz. I have read somewhere that sun is incorporating lcd-antialias (like windows cleartype) into swing in java6 and this option will be on if your computer has cleartype: on by default. So I rushed to dev.java.org and downloaded java6 and voila! everything in jEdit is cleartype-esque antialiased.... except for textarea :( holycow. is there anyhow a way to textarea inherit antialiasing behaviour from other swing components (not overriding it). if it can be done in code level I can happily submit a bug report, but I dont know java a lot (I use ruby/php) thanks in advance. onur |