nabis wrote:
> narke wrote:
> > what will happen if i do this you suggested as well as trun on the
well
> > known freetype option (sorry i do not remember the name of that,
but it
> > is about turning on anti-alias system widely) ?
> >
> > -
> > narke
> >
> I think you should read this article:
> http://www.linux-mag.com/2004-02/guru_01.html
after read the article, i have a question left on my mind: while there
is a tool gnome-font-properties with responsibility of setting default
fonts for gnome applications, what the /etc/gtk-2.0/gtkrc do? is there
a confilication or duplication here?
> /etc/fonts/local.conf and fonts.conf are the Xft (X font rendering
engine)
> configuration files. Slackware 10.1 uses a new version of Xft
(version 2).
> I believe, right now you don't have the 75dpi fonts listed in
fonts.conf,
> so you shuold be missing adobe-helvetica, for example, if you run
xfontsel.
my system running FVWM2, i found it explicitly use helvetic, if, as
said, Slackware 10.1 throw the font away, what do i do? does it means i
should open font.conf and do some font substitution there?
> Me personally, I don't like antialias (font smoothing), that's why I
turned
> it off in local.conf.
>
as an article pointed out, the antialiasing was controled by a compile
option of freetype2. please check the article:
http://brendan.sdf-eu.org/articles/a...sing_slack.php
i'v followed the article and turn on the option before a reinstallation
of freetype. today, when read your post, i found, as you said,
font.conf also play a role in turning on/turning off the antialiasing.
so this has me a little confusing, which one will take the dominate?
especially please consider the situation that i turn the option in the
freetype and turn off the antialising in the font.conf, what would be
the finally result? antialiasing or non-antialiasing?
-
narke
> You may want to tweak any gtkrc files you may have too (for Gnone
applets)
> as for KDE, I don't remember
KDE uses QT library though (qtconfig
?).
>
> I know it's a bit sketchy, I am not on 10.1 right now.