Home > Article > Backend Development > How to adjust font size in pycharm
Pycharm Steps to adjust the font size: 1. Open pycharm, click File—Settings, then click Editor, open the Font pop-up box, and finally set the size; 2. Click File—Settings, and then click Keymap, enter increase in the search box, right-click increase font size, then click add mouse shortcut, and finally return to the code page and double-click the code.
The operating system of this tutorial: Windows 10 system, pycharm2021.1.3 version, Dell G3 computer.
Method 1:
1. Open pycharm, click File in the upper left corner, and then click Settings.
2. After the Settings pop-up box appears, click Editor, then click Font
3. After the Font pop-up box appears, set its size. The font on the right will become larger or smaller accordingly. Finally, click OK.
Method 2:
1. Same as the first step, click File——Settings
2. After the Settings pop-up box appears, click Keymap.
3. Then enter increase in the search box on the right, and several options will automatically pop up below
4. Right-click the first increase font size, and then click add mouse shortcut.
5. When a pop-up box appears, click on the shadow part in the middle of the pop-up box. A second pop-up box will appear, then click OK. That’s it.
6. Finally, return to the code page and double-click the code to enlarge the font of the code.
The above is the detailed content of How to adjust font size in pycharm. For more information, please follow other related articles on the PHP Chinese website!