changing font

Thomas Dickey dickey@his.com
Tue Jul 13 13:12:00 GMT 2010


On Tue, 13 Jul 2010, matias kaukonen wrote:

> Based on a previous suggestion:
> ------------------------------------------------------------
> fc-list | less
> -------------------------------------------------------------
> Luxi Serif:style=Regular
> LucidaBright:style=Italic
> Utopia:style=Bold Italic
> Bitstream Vera Sans Mono:style=Bold
> Luxi Serif:style=Bold
> LucidaTypewriter:style=Sans Bold
> Fixed:style=Bold
> .. . .
> -------------------------------------------------------------
> So I setup my .Xdefaults to:
> -------------------------------------------------------------
>            XTerm.VT100.scrollBar:      True
>            XTerm.VT100.visualBell:     True
>            XTerm.VT100.loginShell:     True
> XTerm*scrollbar:                True
> XTerm*background:               Wheat
> XTerm*foreground:               Black
> XTerm*font: Luxi Serif:style=Bold

This might work:

   XTerm*font: Luxi Serif

> *renderFont:true
> -----------------------------------------------------------------------
> The result, when I started up an xterm, was:
> -----------------------------------------------------------------------
> Warning: Color name "Wheat " is not defined
> Warning: Color name "Black " is not defined
> xterm:  unable to open font "Luxi Serif ", trying "fixed"....

xterm is only looking for the face-name (making it handle the modifiers
in the pattern is something that's been recently suggested).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list