Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.097 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.04; 'subject:: [': 0.03; 'root': 0.04; 'tkinter': 0.07; '(default': 0.09; 'tk()': 0.16; 'subject:] ': 0.19; 'displayed': 0.22; 'installation': 0.23; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'window': 0.30; 'problem.': 0.32; 'to:addr:python-list': 0.33; 'skip:- 20': 0.34; 'thanks': 0.34; 'but': 0.36; '12,': 0.36; 'smaller': 0.36; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'real': 0.61; 'subject: & ': 0.67; 'received:pl': 0.69; 'from:addr:mail': 0.71; 'dnia': 0.84; 'fonts': 0.84; 'angel': 0.93; 'subject:SPAM': 0.95 Subject: Re: [SPAM] Fonts & Tinker From: =?UTF-8?Q?=C5=81ukasz?= Posadowski To: python-list@python.org Date: Mon, 28 Jan 2013 12:28:56 +0100 In-Reply-To: <5356f7a4-252a-46ac-8225-c8dec1fe9523@googlegroups.com> References: <5356f7a4-252a-46ac-8225-c8dec1fe9523@googlegroups.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2 (3.6.2-3.fc18) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359372662 news.xs4all.nl 6860 [2001:888:2000:d::a6]:56502 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37802 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