How to increase editor font size?

Android Studio

Android Studio Problem Overview


Font size in Android Studio editor seems to be too small.

How can I make the font size larger?

Android Studio Solutions


Solution 1 - Android Studio

Done, you can try this(on Mac): Preferences --> Editor --> Colors & Fonts, in the right side, then click "save as...", this will create a new Scheme, we name it such as "Custom", then all fields become to editable, font, space, color, etc.

Solution 2 - Android Studio

Temporarily adjust the font size

Go to Settings (or Preferences in Mac) > Editor > General > Change font size (Zoom) with Ctrl+Mouse Wheel OR Press "Cmd+Shift+A" for mac.

enter image description here

This will allow you to quickly modify the font size whenever you want. However, the font will get reset to the default size the next time you start Android Studio. (The Control+Mouse Wheel functionality will not get reset, though. You only need to do this once.)

Permanently change the default font size

Go to Settings > Editor > Colors & Fonts > Font. Click "Save As..." and choose a new scheme name. Then change the font size and say OK. This will be the default size every time you open Android Studio now.

enter image description here

Solution 3 - Android Studio

Acoustics answer works, on windows it would be File --> Settings --> Editor --> Colors & Fonts then save as, name it something then you can edit all the fields you want.

Solution 4 - Android Studio

Settings (Ctrl+Alt+s)--> Apprarance-->Override default fonts by(not recommended):

then change Size to 16+.

Solution 5 - Android Studio

By default, Android Studio doesn't allow the normal CTRL + Mouse scroll to zoom in or out. You can enable it in the settings, though it seems its location has changed over time. Mac users are well documented in other answers, but I use Windows.

For Windows users in Android Studio 3.4, you go to File -> Settings -> General, then check the box Change font size (Zoom) with Ctrl+Mouse Wheel. See below:

enter image description here

Solution 6 - Android Studio

enter image description here

Ctrl + Shift + A --> enter Font size --> select Increase Font Size

this will open Dialog for Enter Action or option Name

enter Fonte Size it will show selection for select Increase Font Size

Done :)

Solution 7 - Android Studio

I have the latest version of Android Studio installed (3.6.1).

I navigated to: File->Settings->Editor->Font. The dialog displays a warning message (yellow triangle) indicating that the Font is defined in the color scheme.

(Editing the Font here had no effect.)

Editor Font

I clicked on the dialog's warning message link.

This navigated to: File->Settings->Editor->Color Scheme->Color Scheme Font.

(Now I could edit the Font for my current scheme.)

Editor Color Scheme Color Scheme Font

Solution 8 - Android Studio

As a temporary tweak ( not permanent )

On Mac you would need to create your own shortcuts ..

Its easy. my set:

CMD + Wheel-up for increase font size

CMD + Wheel-down for decreasing font size

Prefernces => Keymap => Increase Font size/decrease Font size/Reset Font size

enter image description here

!! Don't forget to click Apply Button at Bottom Right before closing Settings Dialog otherwise changes will not get applied & you will need to do this setup again.

Good luck,'.

Solution 9 - Android Studio

File -> Settings -> Editor -> Colors & Fonts -> Font.

Solution 10 - Android Studio

Permanently change the default font size for UI elements

Go to Settings ("Preferences" on Mac) > Appearance & Behavior > Appearance. Tick the checkbox "Override default fonts by (not recommended)". Then change the font size and hit "OK"
enter image description here

Solution 11 - Android Studio

For MacBook Users:

enter image description here

To change font size:

Select **Android Studio** menu (which is present next to Apple icon)-->Preferences--->Editor-->Font-->Size(give size)-->ok
        

To zoom in and out in Editor:

Select **Android Studio** menu -->Editor-->General-->change font size (zoom) with command and mouse wheel-->ok

Solution 12 - Android Studio

Very Simple .

Go to File then Settings then Select Editor then Font and change the size .

File -> Settings -> Editor -> Colors & Fonts -> Font.

Solution 13 - Android Studio

In latest version of android studio ,We can change the appearance settings like font size and font style using following steps Android Studio ---->preference--font

enter image description here

Solution 14 - Android Studio

You can try to search in preferences (android studio IDE > preferences). In aptana studio it works like this making smaller: CMD and -, use CMD shift and =. Works?

Solution 15 - Android Studio

ok I reached to this solution by the help of two people who answered above, Mosh Feu and Suragch First open settings (ctrl+alt+s), second go to Editor->General->Fonts->Size.

Solution 16 - Android Studio

In mac book ,you can use two fingers to zoom in(increase font size) or zoom out for decrease font size, like when we zoomed image in mobilephone.

Solution 17 - Android Studio

For WINDOWS users: FILE-->SETTingS-->EDITOR-->FONT.

Solution 18 - Android Studio

There are two possible ways of doing this:

1. Setting a custom shortcut for change font size:

> Preferences -> KeyMap -> Editor Action -> Dcrease Font size/Increase > Font size

And set a shortcut for each purpose.
NOTE: you can set a mouse shortcut as well in a custom shortcut.
This custom shortcut feature is really helpful when are you are migrating from another code editor and is habitual to the use of another shortcut.

Zoom in/out feature custom shortcut setting android studio


2. Set the zoom in and zoom out to mouse scroll with control pressed if you are a windows user and command pressed if you are a macOS user.

> Preferences -> Editor -> General -> Mark checked Option -> Change Font > size with Command + mouse wheel

Font Zoom In/Out Editor Window android studio

Solution 19 - Android Studio

In my case it was because of my 4K screen too thin to read. Then u need to change from monospace In my case it was because of my 4K screen too thin to read. Then u need to change from Monospaced to Consolas.

Settings --> Color Scheme Font --> Font --> Consolas

Solution 20 - Android Studio

Sharing as this does not seem to be mentioned:

From the trackpad: cmd + 2 finger scroll towards you to zoom out

Solution 21 - Android Studio

We have to be more careful when doing this. For the first time I have changed the font size of menu by mistake instead of font. First create your own scheme by going to File-->Settings-->Colors & Fonts and then you can make changes to your own scheme. The final procedure is to go to settings(File-->Settings) and then select Editor and Colors & Fontsin the left bar menu. Then select the arrow on the left side of Colors & Fonts and then select Font in the left menu bar. You will get options to change your values. Remember you can only change values to your own sheme.

Solution 22 - Android Studio

Works as of Arctic Fox update on macOS.

To change the font size of the IDE itself:

Android Studio > Preferences > Appearance & Behavior > Appearance > Check "Use custom font" and then increase the font size.

...

To change the font size of the Editor:

Android Studio > Preferences > Editor > Font > change size

Solution 23 - Android Studio

Easy Way
Press Double Shift and then type increase --> Click Increase Font Size and then your editor change the font

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionuser377808View Question on Stackoverflow
Solution 1 - Android StudioacousticView Answer on Stackoverflow
Solution 2 - Android StudioSuragchView Answer on Stackoverflow
Solution 3 - Android StudioHubcapsView Answer on Stackoverflow
Solution 4 - Android StudioM2XCView Answer on Stackoverflow
Solution 5 - Android StudioYetAnotherRandomUserView Answer on Stackoverflow
Solution 6 - Android StudioRUSHIKESH KARDEView Answer on Stackoverflow
Solution 7 - Android StudioBlueSpectrumzView Answer on Stackoverflow
Solution 8 - Android StudioMaher AbuthraaView Answer on Stackoverflow
Solution 9 - Android StudioJoseph MathewView Answer on Stackoverflow
Solution 10 - Android StudioSergey SmolnikovView Answer on Stackoverflow
Solution 11 - Android StudioshyamView Answer on Stackoverflow
Solution 12 - Android StudioRashid KalhoroView Answer on Stackoverflow
Solution 13 - Android StudiopavaniView Answer on Stackoverflow
Solution 14 - Android StudioMennoView Answer on Stackoverflow
Solution 15 - Android StudioMAAZ KHALIDView Answer on Stackoverflow
Solution 16 - Android StudioPhadadevView Answer on Stackoverflow
Solution 17 - Android StudioviloriaView Answer on Stackoverflow
Solution 18 - Android StudioWajidView Answer on Stackoverflow
Solution 19 - Android StudiochainstairView Answer on Stackoverflow
Solution 20 - Android StudiolenzView Answer on Stackoverflow
Solution 21 - Android StudioaravindkannaView Answer on Stackoverflow
Solution 22 - Android StudioM.EdView Answer on Stackoverflow
Solution 23 - Android StudioZin Myo OoView Answer on Stackoverflow