Skip to content

Arduino IDE issue #9894

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

Closed
CliffMonk opened this issue Mar 20, 2020 · 3 comments
Closed

Arduino IDE issue #9894

CliffMonk opened this issue Mar 20, 2020 · 3 comments
Labels
Type: Duplicate Another item already exists for this topic

Comments

@CliffMonk
Copy link

Hi, I am new to Arduino and programming, and have installed Arduino IDE from the Windows store.
When open IDE I am unable to read the menus at the top, i dont know if this an IDE or Windows issue.

Please Help!!!!

Arduino Sketch

@per1234 per1234 self-assigned this Mar 20, 2020
@per1234
Copy link
Collaborator

per1234 commented Mar 20, 2020

I think you're encountering this bug:
#7839

The workaround is shown here:
facchinm@fb89a67

Instructions for the workaround:

  1. Download and install the standard version of the Arduino IDE, which you can get by clicking the "Windows Installer, for Windows XP and up" or "Windows ZIP file for non admin install" links on the Downloads page: https://www.arduino.cc/en/Main/Software. It is possible to do this with the Microsoft Store app version of the Arduino IDE, but it's a very complicated process. If you really want to do that, you can do a Google search to find instructions for getting write access to the folder containing the app. After that, you can follow the rest of these instructions.
  2. Open the folder containing the Arduino IDE installation
  3. Open the file arduino.l4j.ini with a text editor
  4. Add the following text:
    -Dawt.useSystemAAFontSettings=on
    
  5. Save the file.
  6. Restart the IDE if it's running.

I'm going to close this as a duplicate of #7839 but if it turns out the workaround doesn't solve the issue for you, let me know and I'll re-open the issue.

@per1234 per1234 closed this as completed Mar 20, 2020
@per1234 per1234 added the Type: Duplicate Another item already exists for this topic label Mar 20, 2020
@per1234 per1234 removed their assignment Mar 20, 2020
@CliffMonk
Copy link
Author

Thanks, i'll give it a try

@CliffMonk
Copy link
Author

Worked a treat, Tanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

2 participants