Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to increase menu and tab font size in IntelliJ JetBrains PyCharm, PhpStorm, RubyMine

I understand how to increase the font size within an editor tab, but I'd like to increase the font size of the main navigation menu and most importantly, the tab titles. These do not change when I zoom in or out of an editor tab (using Cmd + mouse wheel on OSX). I do not see anything in the preferences menus.

like image 747
Superduper Avatar asked Aug 29 '16 22:08

Superduper


People also ask

How to change the font size in IntelliJ IDEA?

To change the font size in the current version of IntelliJ IDEA, go to File → Settings → Editor → General. In the dialog box, and check the item labeled "Change font size (Zoom) with Ctrl+Mouse Wheel". You can use Presentation Mode to temporarily increase the font size.

How do I change the font size in JetBrains rider?

Zooming in the Editor. JetBrains Rider makes it possible to change font size (zoom) in the active editor, and reset font size to the default value. These operations apply to the active editor only. In the other editor tabs, font size is not affected. Press Ctrl+Alt+S to open the Settings/Preferences dialog and then go to .

How to change the font size in PyCharm IDE?

Follow the below steps to permanently change the font size in PyCharm IDE: Step 2 : Go to Editor -> Font -> Size. Step 3: Here Change the Font Size in the box. Step 4: Click on Apply and Ok. This change will be permanent. Click Ctrl + Shift + A.

How do I change the font size of editor tabs?

Alternatively, you can choose Window | Editor Tabs | Show Hidden Tabs from the main menu to see hidden tabs. Select this option to automatically arrange pinned tabs in one row and unpinned tabs in other rows. If this checkbox is selected, the font size on the editor tabs is set to the smaller value.


2 Answers

  1. Settings/Preferences
  2. Appearance & Behavior | Appearance
  3. Enable Use custom font option -- it will allow to change font used for GUI as well override its size.

enter image description here

In older (2018.2 and older) that option was named Override default fonts by:

enter image description here

like image 189
LazyOne Avatar answered Oct 24 '22 05:10

LazyOne


Update to version 2019.3

Goto File | Settings | Appearance & Behavior | Appearance

Enable Use custom font:Tahoma Size:12

like image 14
akoneko47 Avatar answered Oct 24 '22 05:10

akoneko47