Font in tkinter / idle

Robert Hicks rhicks at rma.edu
Tue Feb 22 17:50:00 EST 2000


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





More information about the Python-list mailing list