Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: PingPing on March 16, 2009, 01:31:27 PM

Title: Adding Fonts?
Post by: PingPing 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?
Title: Re: Adding Fonts?
Post by: curaga 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).
Title: Re: Adding Fonts?
Post by: mikshaw 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.