Fixed Width Font in Tkinter

Dustan DustanGroups at gmail.com
Tue Dec 6 20:22:02 EST 2005


How do I make a fixed font width in Tkinter? Here's my code (there's
more, of course, but this is the focus of the question):

import tkFont
Font=tkFont.Font(root=master, family="Courier", size=14)

I'm sure it's possible, because it's done in IDLE.




More information about the Python-list mailing list