-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Running Arduino IDE under Windows (Installer or Windows Store) with ClearType causes the menus to display gibberish. #6170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would like to add some information. I'm using Windows 10 Pro 64 bit (German version) with active Clear Type since years and never experienced such gibberish problem. |
I wish to add something to this too. |
It's surely related with #7839 ; a possible fix would be to override the menu fonts like this (https://github.com/arduino/Arduino/pull/8647/files#diff-0437e0831865dfac93630d3acc7321c9R43) but it would make them inconsistent with the rest of the system (better inconsistent that garbled anyway 😛 ) |
@Phoenix1o1 |
@SarreqTeryx @Phoenix1o1 @nitram509 I've investigated on the problem and found a solution that may fit.
to |
If Cleartype and nonstandard fonts are being used, the IDE menus are rendered terribly. This patch should not affect people with standard configurations but must be tested on all possible OS/fonts combinations Fixes arduino#6170 Fixes arduino#7839
I'm closing this for now due to lack of feedback, please re-open if needed with what @facchinm requested above. |
I'm having this problem too. I'm using Windows 7, and I've tried the solution proposed by facchnim to add -Dawt.useSystemAAFontSettings=on to to arduino.l4j.ini. It doesn't work. |
Just to add, I tried the and it did restore the font. I am on the insider's build for win 10 build 20185.re_prerelease.200731-1415 although it should work for any win 10. |
I'm not sure why, but shutting off ClearType fixes this problem, at the cost of text clarity
The text was updated successfully, but these errors were encountered: