I'm currently working on application in Java, using JavaFX. Window from program will be as stream on low-resolution LED screen. What I need is completely shut-down anti aliasing on all text within the window (label text, textarea, etc).
I've googled few times, tried CSS -fx-smooth
and dig into documentation, still without success. My application is running on Windows 7 Pro 64bit, in system settings is antialiasing shut down, could someone point me to right direction?