LCD text enabled in both cases - order of operations does not matter
1)if set css -fx-font-smoothing-type: gray; and call Text.fontSmoothingType(FontSmoothingType.LCD)
2)if set css -fx-font-smoothing-type: lcd; and call Text.fontSmoothingType(FontSmoothingType.GRAY)
1)if set css -fx-font-smoothing-type: gray; and call Text.fontSmoothingType(FontSmoothingType.LCD)
2)if set css -fx-font-smoothing-type: lcd; and call Text.fontSmoothingType(FontSmoothingType.GRAY)
- duplicates
-
JDK-8127948 Font smoothing type for Label always lcd
-
- Closed
-