PyCharm IDE how can I change font size with out zo

2020-05-19 04:19发布

As title says, how can I change the font size in editor by some value. I like the scrolling thing, but the problem is I have to scroll again and every time I open an IDE again.

I found the settings for changing the value of the font size, but it's disabled. Do I have to pay for that feature ?

6条回答
迷人小祖宗
2楼-- · 2020-05-19 04:22

Adding Keyboard Shortcut for font zooming pycharm

  1. File --> Settings .
  2. Select keymap.
  3. Search for Increase font size and Decrease font size and add New Keyboard Shortcut .

    Make sure that the shortcut you selected do not effect other shortcuts.

  4. Done .
查看更多
Evening l夕情丶
3楼-- · 2020-05-19 04:29

Using shortcut In windows Ctrl+Alt+S brings Setting window for Pycharm straightaway, then on left hand side you can click on font tab, and increase or decrease size of font as you like. It changes font size of code that you actually write inside PyCharm IDE.

查看更多
乱世女痞
4楼-- · 2020-05-19 04:34

Quick answer:

In 2018/2017 version:

  1. File --> Settings...
  2. In left side expand Editor --> Font
  3. Change Size value.
  4. Apply + OK

查看更多
爷、活的狠高调
5楼-- · 2020-05-19 04:35

If you have a custom theme you may need to do it in the theme's settings page. Editor -> Color Scheme -> Color Scheme Font

查看更多
放我归山
6楼-- · 2020-05-19 04:37
  • version 2017.1 and older -- Settings/Preferences | Editor | Colors & Fonts | Font
  • since 2017.2 -- Settings/Preferences | Editor | Color Scheme | Color Scheme Font

I found the settings for changing the value of the font size, but it's disabled.

It's disabled because it is not allowed to edit bundled scheme. To "enable" it just create your own scheme based on any of the bundled ones (click the "Save As" button next to Scheme Name):

enter image description here

Once you've done that you can alter any of the color/style settings.


If you have somehow increased (or decreased) the font size dynamically via shortcut then just use the "Reset Font Size" action. You can assign any shortcut to those actions at Settings/Preferences | Keymap:

enter image description here

You can also call that action directly via Help | Find Action...:

enter image description here

查看更多
够拽才男人
7楼-- · 2020-05-19 04:48

For Mac

To edit Font size, do the following:

Click PyCharm | Preferences from the main menu, and then go to Editor | Font.

查看更多
登录 后发表回答