Re: [Tkinter-discuss] Ugly fonts with tkinter

2007-06-14 Thread Fredrik Lundh
January Weiner wrote: > 1) choose a different font (optionAdd method of the main window with > e.g. Arial 10) > > First, I would like to use option (1), but I don't know enough of > tkinter to find it. use the option_add() method on the root widget. e.g. root.option_add("*Label*font", "Hel

[Tkinter-discuss] Ugly fonts with tkinter

2007-06-14 Thread January Weiner
I am sure this has been asked a hundred times, but I could not find an answer in Google. I have recently started programming using Tkinter and python. Before, I was heavily using Perl-Tk, so I have some experience with that kit. My system is Ubuntu 7.04. My problem are the extremly ugly bitmap f