jaboles / DVA5

CityRail DVA/Plasma Screen Emulator
60 stars 4 forks source link

No anti-aliasing for indicator text #2

Closed Petarkco closed 7 years ago

Petarkco commented 7 years ago

Text on the indicators are not anti-aliased making text jagged.

screenshot 2017-02-10 23 23 58

jaboles commented 7 years ago

Need to do some more research on this and get back to you. The plasma screen code does enable the antialiasing settings but whether it actually has an effect seems to depend on the java version and underlying OS.

MacOS+Java 6 does has antialiasing in my testing. MacOS+Java 8 does not -- see https://stackoverflow.com/questions/32557025/why-is-intellij-ideas-font-rendering-worse-with-jdk-1-8-vs-1-6 Windows seems not to, but maybe I haven't found the right setting yet.

jaboles commented 7 years ago

d74b4d1