LWN.net Logo

Bold fonts in XTerm

Bold fonts in XTerm

Posted Jun 18, 2004 21:54 UTC (Fri) by sbrady (guest, #780)
In reply to: Eterm screenshot by zdzichu
Parent article: Eterm screenshot

XTerm should only generate its own bold font if "boldFont" is unset - you can disable that by setting boldMode to false. Try adding the following line to .Xdefaults (or .Xresources, making sure you run "xrdb -merge ~/.Xresources" afterwards), replacing 6x13bold with your preferred font:

XTerm.vt100.boldFont: 6x13bold

If you still prefer non-bold fonts, try removing that line and adding the following lines, instead (and run "xrdb -merge ~/.Xresources", if applicable):

XTerm.vt100.boldMode: false
XTerm.vt100.boldFont:

I already had the correct bold font without having to change anything.

The man page has more information.

I couldn't get 6x13 working in either gnome-terminal or konsole, which is a shame. :(


(Log in to post comments)

Bold fonts in XTerm

Posted Oct 28, 2009 12:00 UTC (Wed) by zenaan (subscriber, #3778) [Link]

XTerm*boldMode: false

Not working, as at 2009-10-28 - xterm is happily overstriking to create bold fonts. Very disappointing.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds