Click to See Complete Forum and Search --> : Question about fonts


Marko Ramius
11-11-2002, 11:26 PM
Why, if I use:


Font: -*-verdana-*-r-*-*-11-*-*-*-*-*-*-*


fonts in menus are not AA'ed, yet if I use the standard:



menu*xft.font: verdana
menu*xft.size: 11



They are AA'ed.

What is the difference between the two commands?

bskahan
11-11-2002, 11:43 PM
the second uses the XFT font system, which is capable of AA, the first uses freetype(maybe) which is not.

XFT is the new (good) font system for linux, the old font rendering was bad ;)

btw, what program?

Marko Ramius
11-12-2002, 09:47 AM
Using openbox.

Using freetype I like that the fonts are a bit smaller. Using xft the fonts are huge when AA'ed.

Wish there was a middle ground. :)