How to use force GRAY smoothing font in WebView (Linux 64)?
937015May 13 2012 — edited May 14 2012The release notes of FX 2.1 says:
"Applications can also opt-in to use LCD text on the low-level scenegraph text node by a new API.",
e.g: setFontSmoothingType(FontSmoothingType.LCD), but on what node?
I assume this applies as well for javafx-sdk2.2.0-beta, and that I can also globally change the smoothing to FontSmoothingType.GRAY. Why? b/c LCD just looks horrible on my screen, barely readable... but I can wait until the beta goes FCS.
Could somebody give me an example on how to use GRAY text by setting the low-level scenegraph text node on a WebView?