How to fix Android Studio font issues in IDE menu and labels?

不问归期 提交于 2020-01-03 11:24:25

问题


I have just installed new Android Studio. But when I open Android Studio, it shows weird kind of characters. Text and Labels in Menu bar are scrambled / appears to be some kind of garbage characters. Can anybody help me solving this problem? TIK

P.S I am using Windows 10


回答1:


I'm running Win10 and haven't got the nightmare you are into. My sympathies. Try this and see if it works.

Navigate to your user data folder. My user name is "Joe", so my folder is c:\Users\joe\AndroidStudio1.3\config\options . See screen shot #1 below.

Open ui.inf.xml in NotePad ( I use notepad++ here ). Change FONT_FACE to "Consolas" - see screen shot #2 below.

Let me know if this works!

Healy in Tampa




回答2:


I found out the cause of the issue for the same issue happened in my system. It was caused by the windows font which was somehow not supported by Android studio. I changed the windows font to a standard font e.g. Verdana to fix the issue.



来源:https://stackoverflow.com/questions/32523138/how-to-fix-android-studio-font-issues-in-ide-menu-and-labels

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!