Text size in Idle under X11?
Nate Bargmann
n0nb at my-deja.com
Sat Oct 7 23:37:41 EDT 2000
More information about the Python-list mailing list
Sat Oct 7 23:37:41 EDT 2000
- Previous message (by thread): Text size in Idle under X11?
- Next message (by thread): Text size in Idle under X11?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <B6053204.69E%bob at wildthink.com>, Robert Hicks <bob at wildthink.com> wrote: > You can edit the editor.py (?) and change the font in idle. That particular filename comes up empty on my system. Per the help in Idle I looked at /usr/lib/idle/EditorWindow.py and found this relevant frgament: if sys.platform[:3] == 'win': text['font'] = ("lucida console", 8) The if statement leads me to believe this only works in MS Windows as I tried changing it and still had the small text size upon the next restart of Idle. Thanks. Next? - Nate >> Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): Text size in Idle under X11?
- Next message (by thread): Text size in Idle under X11?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list