Open In App

Different Ways to Increase Editor Font Size in Android Studio

Android Studio is the official IDE (Integrated Development Environment) for Android app development and it is based on JetBrains’ IntelliJ IDEA software. Android Studio provides many excellent features that enhance productivity when building Android apps, such as:

In this article, we will see different ways to increase the editor font size of Android Studio. We are going to discuss three different methods for doing this task.



  1. Method 1: Temporary change in the font size
  2. Method 2: Permanently changing Font size
  3. Method 3: Using the Action tab

Method 1: Temporary change in the font size

Go to File -> Settings, a new setting dialogue box will appear. Then go to Editor -> General.



Now mark the checkbox Change font size with Ctrl + Mouse wheel and click on Apply button. Now to change your editor font size, you just have to press and hold Ctrl and rotate the Mouse wheel.  However, the font will get reset to the default size the next time you start Android Studio.

Method 2: Permanently changing Font size

Go to File -> Settings -> Editor -> Font -> Size.

Now Enter the suitable size and click Apply. This will be permanent.

Method 3: Using the Action tab

Click Ctrl + Shift + A. A new box will appear, search font there then you can see a lot of options then click on increase font size. It will increase the font size of the editor by some pixels.

You can repeat the same process to decrease the font size.

Article Tags :