Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pycharm: change documentation font size

Tags:

pycharm

Pycharm's included documentation has a pretty small font. I'd like to make it more readable.

I've found how to change the font size in the editor and menus, but not in the docs. How do I change this?

enter image description here

like image 522
andandandand Avatar asked Aug 18 '13 23:08

andandandand


People also ask

How do I change the font in PyCharm?

Customize the console font To use a different font in the console: Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme | Console Font.

How do I resize in PyCharm?

To resize the active tool window, press Ctrl+Alt+Shift+Left , Ctrl+Alt+Shift+Right , Ctrl+Alt+Shift+Up , Ctrl+Alt+Shift+Down or use the main menu actions under Window | Active Tool Window | Resize.

How do I increase font size in IDE?

Press Ctrl+Alt+S to open the IDE settings and select Editor | General. Select Change font size with Ctrl/Cmd+Mouse Wheel in: Choose All editors below that checkbox. Now you can press Ctrl and while holding it, rotate the mouse wheel to increase or decrease the font size for all documents.

Can you change font size in Python?

The first method for changing the font size is to use the set_theme function. It changes the global defaults so the adjustments will be permanent until you change them again. If you plan to use the same font size for all the plots, then this method is a highly practical one.


2 Answers

file->settings->colors&fonts-> save as (save the current scheme as your own)-> font- >change size

like image 136
user2859946 Avatar answered Sep 27 '22 22:09

user2859946


You can't change font size in help, as a workaround use online help.

like image 24
CrazyCoder Avatar answered Sep 27 '22 21:09

CrazyCoder