-
-
Notifications
You must be signed in to change notification settings - Fork 7k
menu font looks like broken in ide-1.8.0 #5750
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
Hi @Myriads , |
Same problem in the English Language IDE. Going from 1.6.12 to 1.8.0 gives thinner letters in a font that is more difficult to read. The preferences dialog shows this quite clearly. |
Which version of windows are you running? |
I am running Windows 10 Pro.
|
For some reason the antialias is gone. |
@cmaglie Do you need any additional docs, screenshots or stuff from a Windows 10 user? Do you need anyone to alpha or beta test any fix you develop for this? Give me a download link and I'm quite happy to give things a try out (although not on Xmas day). |
I managed to reproduce it on my pc so I'm ok for now, thanks! |
The properties: System.setProperty("awt.useSystemAAFontSettings", "on"); System.setProperty("swing.aatext", "true"); actually works on Linux (where the hint helps X11 to enable antialiased rendering) but makes things worse on Windows where the outcome is exactly the opposite (anti-alias is disabled). Previously those settings had no effect because they were executed *after* the initialization of the graphics. This is no more true after the merge of arduino#5578, that moved the graphics initialization after commmand line parsing and consequently revealed the weird behaviour on windows. Fix arduino#5750
Hi @cmaglie ! This PR solve the problem to me. Thanks. Best regards. |
The properties: System.setProperty("awt.useSystemAAFontSettings", "on"); System.setProperty("swing.aatext", "true"); actually works on Linux (where the hint helps X11 to enable antialiased rendering) but makes things worse on Windows where the outcome is exactly the opposite (anti-alias is disabled). Previously those settings had no effect because they were executed *after* the initialization of the graphics. This is no more true after the merge of #5578, that moved the graphics initialization after commmand line parsing and consequently revealed the weird behaviour on windows. Fix #5750
I am using Arduino IDE 1.8.0 and Visual Studio 14 on Windows 10. amelia |
Addendum: amelia |
@DBenS - This problem was fixed 3 days ago. Download the latest nightly build version to get the fix. |
menu font looks like broken in ide-1.8.0:

[ide-1.8.0]
In the menu some Korean characters are not displayed completely and displayed like broken. Please compare with the below picture of IDE 1.6.13.
[ide-1.6.3]

The text was updated successfully, but these errors were encountered: