WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Adding Fonts?  (Read 2659 times)

Offline PingPing

  • Jr. Member
  • **
  • Posts: 99
Adding Fonts?
« on: March 16, 2009, 01:31:27 PM »
How do I change the fonts in the jwm title bars and also ATerm?
Also, can I use anti-aliased fonts?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Adding Fonts?
« Reply #1 on: March 16, 2009, 01:35:53 PM »
For JWM see the config files ~/.jwmrc* , I don't remember where exactly the font definitions were
The ATerm font can be changed by X resources in the file ~/.Xdefaults

ATerm can only use bitmap fonts, JWM can use anti-aliased ones if compiled with that support (ours is not).
The only barriers that can stop you are the ones you create yourself.

Offline mikshaw

  • Sr. Member
  • ****
  • Posts: 368
Re: Adding Fonts?
« Reply #2 on: March 16, 2009, 04:03:52 PM »
in .jwmrc-theme there are a few tags like this:
Code: [Select]
<Font antialias="false">helvetica-r12</Font>I assume that's the place, but not sure.