Font in tkinter
Robert Hicks
rhicks at rma.edu
Tue Feb 22 17:50:00 EST 2000
More information about the Python-list mailing list
Tue Feb 22 17:50:00 EST 2000
- Previous message (by thread): Font in tkinter / idle
- Next message (by thread): Font in tkinter / idle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
you want to edit EditorWindow.py:
if sys.platform[:3] == 'win':
text['font'] = ("verdana", 10)
# text['font'] = ("courier new", 10)
change the font and size to what you would like to see...
Bob
"Jon K Hellan" <hellan at acm.org> wrote in message
news:87putpfssr.fsf at parus.parus.no...
> How do I change the default font for tkinter apps,
> in particular idle?
>
> Jon Kåre
- Previous message (by thread): Font in tkinter / idle
- Next message (by thread): Font in tkinter / idle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list