Zooming in on the python shell wing_ide

Connor Moffatt picture Connor Moffatt · Dec 20, 2015 · Viewed 7.6k times · Source

Is there any way to zoom in on the Python Shell in Wing IDE? I am having trouble seeing the font because it is too small.

Answer

aneroid picture aneroid · Dec 20, 2015

For Wing IDE:

Try ctrl++ or ctrl+MouseScrollUp for quick changes. You can also just change your font size in the Editor preferences.

For Python IDLE:

Under Options --> Configure IDLE; change the Size.

For 'cmd' prompt or Bash:

Right-Click on the Window bar and select Properties. Change the font size in the 'Font' tab. If you want it to be permanent, do the same in 'Defaults' instead (from the right-click menu).