-
Bug
-
Resolution: Not an Issue
-
P4
-
8u5
-
java version "1.8.0"
Java(TM) SE Runtime Environment (build 1.8.0-b132)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
Windows 8.1 64 bits [Version 6.3.9600]
While testing the GUI of my JavaFX 8 application, I noticed that some labels are not displaying anti-aliased text. After some googling and struggling, I found out a very annoying thing that is happening. The anti-aliasing is being applied only on labels which font size is greater than 80px.
Here is a comparison between a JavaFX application and a Swing application (with AA applied):
http://i.stack.imgur.com/yp9z9.png
Code for that: https://gist.github.com/anonymous/be60bb89181376ff12aa
Is it possible to have all fonts anti aliased as it is in Swing?
Here is a comparison between a JavaFX application and a Swing application (with AA applied):
http://i.stack.imgur.com/yp9z9.png
Code for that: https://gist.github.com/anonymous/be60bb89181376ff12aa
Is it possible to have all fonts anti aliased as it is in Swing?