Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fonts are blurry / big in Android Studio

is there any way I can change the resolution of Android Studio? I looked in Settings->Appearance but it seems like there is no official way to change it. I have a 1920x1080 Display and the whole window and text looks a little bit blurry. I am running a Windows machine on Windows 8.1. Thanks!

like image 731
Noahnder Avatar asked Oct 10 '14 18:10

Noahnder


People also ask

Why are my fonts blurry?

Blurry font problems can be caused by cables that aren't connected properly, older monitors, and poor screen resolution settings.

Why are my screens blurry in letters?

Adjusting screen resolution on a monitor corrects fuzzy text appearance. Fuzzy text on a monitor is normally a sign the display settings are not set correctly. Adjusting the monitor's resolution, which determines the clarity of text and images displayed on the screen will often correct this problem.


2 Answers

You need to set a compatibility option "Disable display scaling on high DPI settings" for the application.

Right-click the taskbar button, then right-click the app name, select Properties, Compatibility. Set the option, save changes, restart Studio.

Those instructions are for a Win7 machine, but Win8.1 should behave the same.


To explain what is happening: apparently, the Studio is not "high DPI aware", i.e. does not declare "I know how to handle myself on a high-DPI screen", and Windows tries to scale the window so that its elements do not get too tiny.

You can override this on an app-by-app basis, but be prepared for possible glitches / tiny UI elements.

like image 101
Xan Avatar answered Oct 12 '22 07:10

Xan


  1. Right click on your android studio icon. Go to : Properties -> Compatibility.

enter image description here

  1. Check the "Override high DPI scaling behaviour" option also select "Application" for "Scaling performed by" from the drop down menu.

enter image description here

  1. Press apply and restart your android studio.
like image 44
Saurabh Padwekar Avatar answered Oct 12 '22 06:10

Saurabh Padwekar