Dnia 2013-01-25, pią o godzinie 20:41 -0800, Angel pisze: > but the real displayed fonts in the window are smaller (default size of 12, > maybe). > > Am I missing something? > > Thanks in advance, > A. >
Did you tried this by simple: --------------------------- root = Tk() root.option_add('*Font', "Heveltica 14") --------------------------- We'll see if it's a local tkinter installation problem. -- Łukasz Posadowski -- http://mail.python.org/mailman/listinfo/python-list