Eiyeron / lsdpatch

LSDj ROM Patcher - Redux
http://www.littlesounddj.com
MIT License
11 stars 1 forks source link

Strange antialiasing on UI text #47

Closed jkotlinski closed 4 years ago

jkotlinski commented 4 years ago

Hi, when running the app on Windows, there is some antialiasing applied to all text elements that look strange. Not a deal breaker but I thought I should let you know!

jkotlinski commented 4 years ago

bild

Eiyeron commented 4 years ago

Hello. I tried to use the system Look&Feel to make the patcher look more like a native program. and tried to enable text antialiasing, hoping it'd use ClearType on Windows, which it definitely doesn't on the menus. I'll check if I can tweak that or if I should just remove it.

Edit: the exact two lines that enable text AA are here.

System.setProperty("awt.useSystemAAFontSettings","on");
System.setProperty("swing.aatext", "true");
Eiyeron commented 4 years ago

Closed, thanks for the report!

jkotlinski commented 3 years ago

Hi again, it seems this problem is fixed in newer JRE versions. So it was nothing to worry about on "our" side I guess :-P