Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52896 > unrolled thread

How to add additional font face to Python 3.3.2 IDLE?

Started bymaildragons1@gmail.com
First post2013-08-23 08:49 -0700
Last post2013-08-23 13:20 -0700
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  How to add additional font face to Python 3.3.2 IDLE? maildragons1@gmail.com - 2013-08-23 08:49 -0700
    Re: How to add additional font face to Python 3.3.2 IDLE? Terry Reedy <tjreedy@udel.edu> - 2013-08-23 12:33 -0400
      Re: How to add additional font face to Python 3.3.2 IDLE? maildragons1@gmail.com - 2013-08-23 13:20 -0700

#52896 — How to add additional font face to Python 3.3.2 IDLE?

Frommaildragons1@gmail.com
Date2013-08-23 08:49 -0700
SubjectHow to add additional font face to Python 3.3.2 IDLE?
Message-ID<fdc1366d-ea27-48ee-961b-31153c05fdbb@googlegroups.com>
How can I add for example Droid Sans Mono to python 3.3.2 IDLE? I'm not very familliar with font faces, really.

Thank's!

[toc] | [next] | [standalone]


#52902

FromTerry Reedy <tjreedy@udel.edu>
Date2013-08-23 12:33 -0400
Message-ID<mailman.172.1377275648.19984.python-list@python.org>
In reply to#52896
On 8/23/2013 11:49 AM, maildragons1@gmail.com wrote:
> How can I add for example Droid Sans Mono to python 3.3.2 IDLE? I'm not very familliar with font faces, really.

I suspect that Idle just looks in the standard font directory of your 
system to make the list of available fonts that it displays in the 
Options dialog.  So I think that you just need to 'install' the font, 
whatever than means for your OS.

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#52912

Frommaildragons1@gmail.com
Date2013-08-23 13:20 -0700
Message-ID<199848f0-5ebd-4d70-9ec1-0dfb5e6e224e@googlegroups.com>
In reply to#52902
23 август 2013, петък, 19:33:41 UTC+3, Terry Reedy написа:
> On 8/23/2013 11:49 AM, maildragons1@gmail.com wrote:
> 
> > How can I add for example Droid Sans Mono to python 3.3.2 IDLE? I'm not very familliar with font faces, really.
> 
> 
> 
> I suspect that Idle just looks in the standard font directory of your 
> 
> system to make the list of available fonts that it displays in the 
> 
> Options dialog.  So I think that you just need to 'install' the font, 
> 
> whatever than means for your OS.
> 
> 
> 
> -- 
> 
> Terry Jan Reedy

I searched a little on that topic and i found that this is actualy what the IDLE is doing.
Thanks Terry Jan !

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web