[gentoo-user] Re: Python idle - font size for menu and help

2011-11-06 Thread Hartmut Figge
Michael Mol:
On Sat, Nov 5, 2011 at 11:55 AM, Hartmut Figge h.fi...@gmx.de wrote:

[Font for IDLE]
 A config file in /etc, in home, perhaps some lines in .Xresources...

That's what I was thinking.

Inserting the next line works for me. :)

- .Xresources -
Idle*font: insert-suitable-font-from-xlsfonts
---

Hartmut
-- 
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User  :-)




[gentoo-user] Re: Python idle - font size for menu and help

2011-11-05 Thread Hartmut Figge
Albert W. Hopkins:

AFAIK IDLE uses  the Tk toolkit.

So it seems...

So you'll probably need to configure the fonts for Tk

...and i have already searched for a way to do so. In vain. Would be
nice, if this could be done not alone for idle but also for other tk
applications.

(however that's done).

*g*

A config file in /etc, in home, perhaps some lines in .Xresources...

Hartmut
-- 
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User  :-)




Re: [gentoo-user] Re: Python idle - font size for menu and help

2011-11-05 Thread Michael Mol
On Sat, Nov 5, 2011 at 11:55 AM, Hartmut Figge h.fi...@gmx.de wrote:
 Albert W. Hopkins:

AFAIK IDLE uses  the Tk toolkit.

 So it seems...

So you'll probably need to configure the fonts for Tk

 ...and i have already searched for a way to do so. In vain. Would be
 nice, if this could be done not alone for idle but also for other tk
 applications.

(however that's done).

 *g*

 A config file in /etc, in home, perhaps some lines in .Xresources...

That's what I was thinking. I pretty much stick with a plain xterm,
but for that to be workable on a 22 1080p LCD, I had to adjust font
sizes.

For example, from my ~/.Xdefaults-serenity file:

*customization: -color
xterm.RenderFont.renderFont: true
xterm*faceName: terminusbold
xterm*faceSize: 10

These settings don't impact anything outside of xterm, though.

-- 
:wq