是否有可能在整个 IntelliJ IDEA 中增加/减少所有 UI 元素的字体大小?
This seems to have an answer to a similar question: Is it possible to change the font size of the project panel?
You could also try changing your system font and see if Intellij picks that up. Might only work for the menus though and if you are using the system theme like GTK+ on Linux.
It's possible to override font/size for the UI here (editor font is configured elsewhere):
Follow these three steps to change all fonts in the IDE (including project tree and console):
1)
Perform a search based on fonts in the settings menu:
2)
3)
The simple one is:
Doc
As of version 2020.3 the UI looks like this:
I'm now using Intellij 2019.12.3, and the answer should be:
Preferences -> Appearance & Behaviors -> Appearance -> Use custom font
For IntelliJ 2022.2 it´s pretty simple:
Setings->Editor->General
under font-size changing with Ctrl+Mouse Wheel you can set "All editors"
Setings->Apperance & Behavior->Appearance
There you can direct change the Font and Size
Editor UI