quote:
Originally posted by void main:
Now I see the difference! What changes do you think I should make to my font page? I believe the part where I explain how to add the MS fonts is OK but I just need to make the tweaks that you did. Do you think you could hack the page up so a n00b (me) would have no trouble following the instructions?
Another difference might be that when I took those screen shots I was in 800x600 resolution on my laptop where normally I am on my desktop at 1200x1024 and the fonts do look a lot better when logged directly into my desktop. Maybe I should log in there and take a couple of more screenshots and see how they differ to the ones I took at 800x600.
I definitely like the looks of the web page with your tweak!
[ December 06, 2002: Message edited by: void main ]
Well, the first thing I did (this is all assuming the truetype fonts are installed of course) was to get the very latest freetype2 tarball, which can be had by clicking here:
http://sourceforge.net/project/showfiles.php?group_id=3157Then I untarred the file and uncommented the line
#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
from freetype-2.1.3/include/freetype/config/ftoption.h
After that I did ./configure, then make and su to root and make install (it overwrites whatever version of freetype you already have installed)
Still, everything is antialiased and we don't want that. We only want to AA font sizes 14 and up, so we add these lines to the /etc/fonts/fonts.conf file:
Restart X and that's it I believe!