Home > Mobile >  How to change font-size of Java doc inside Intellij IDEA?
How to change font-size of Java doc inside Intellij IDEA?

Time:11-24

I am using IntelliJ IDEA 2022.2.4 (Ultimate Edition) in Windows 10 x64, JDK 19. How to change font-size of Java doc inside Intellij IDEA? enter image description here

CodePudding user response:

Right click and use the context menu "Adjust Font Size..."

enter image description here

  • Related