Is there a way to enlarge python's console font? I'm on Kubuntu 11.04.
|
feedback
|
migrated from stackoverflow.com Jul 14 '11 at 0:51
This question came from our site for professional and enthusiast programmers.
|
Python itself doesn't have a console - but you're probably using it in a graphical terminal emulator program, such as gnome-terminal or xterm. In gnome-terminal, Control+Plus (iirc) gets you a larger font, and in xterm, Shift+NumpadPlus. You can also save your preference, either using the menu or using some X resources. Xterm (and some others) also has popup menus, if you hold Control and a mouse button. After testing in PyMOL, I find that it uses Tkinter, and has a hardcoded font selection code in | |||
feedback
|
|
PyMOL has two windows, a Tcl/Tk Upper Control Panel and a lower OpenGL Viewer. You can control the Upper Control Panel's font size using | |||
|
feedback
|
|
Here are two files which solve the font problem (works at least for
and also
Screenshoot:
| |||
|
feedback
|
