Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

Screenshot of the issue on Android Studio

like image 999
Luzan Baral Avatar asked Sep 11 '15 12:09

Luzan Baral


2 Answers

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

ui.inf.xml Consolas

like image 81
Joe Healy Avatar answered Oct 06 '22 16:10

Joe Healy


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.

like image 38
meh208 Avatar answered Oct 06 '22 14:10

meh208