Altera_Forum
Honored Contributor
11 years agoQuartus II 14.1 web edition font rendering problem with Windows 7
Hello,
I did not find any mention in user forum about a this kind of problem with fonts on Quartus II 14.1 web edition, but I think this may be useful information in case this problem appears for other users; I consumed some time to find the solution. I have a Windows 7 on Lenovo laptop with Nvidia display adapter, and fonts in Qsys's GUI were rendered incomplete especially after moving mouse over text, just as in this description on Stackoverflow site; it appears actually to be java 8 related problem: http://stackoverflow.com/questions/22737535/swing-rendering-appears-broken-in-jdk-1-8-correct-in-jdk-1-7 The answers in the above page worked in my case, I used control panel to force Nvidia to use different 3-d settings for the Java executable in Quartus installation tree. Generally, this probably could be handled by creating a Windows environment variable J2D_D3D set to 'false' before launching the program, like another answer in linked page pointed out. Regards, Jouni