Set the font size in pycharm's python console or terminal

后端 未结 3 974
梦谈多话
梦谈多话 2020-12-29 01:58

There are terminal and python console in pycharm, which are very convenient. But I found that the font size was too small to recognize in terminal or python console. How can

3条回答
  •  自闭症患者
    2020-12-29 02:18

    In PyCharm 2016.3, the console font setting is squirrelled away under Settings > Editor > Colors & Fonts > Console Font:

    Note: Changes to the colors and font are not visible immediately, you have to restart the terminal session to apply them. It's not enough to just hide and reopen the terminal. Just click the red cross button on the terminal's toolbar (Close Terminal Session) and reopen it. The same is valid also for the Python Console.

提交回复
热议问题