You are not logged in.

#1 2005-04-19 00:46:54

dave.roberts
Member
Registered: 2005-04-02
Posts: 36

Firefox Anti-Aliased Fonts in KDE

Hi all.  I use KDE and have all fonts anti-aliased by default.  How do I extend this so Firefox gets the same treatment.  Some pages look horrible, as shown below.  Thanks!
snapshot1.png

Offline

#2 2005-04-19 04:04:17

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Firefox Anti-Aliased Fonts in KDE

Look at ~/.fonts.conf . Specifically, check hinting. What you probably want is Full Hinting for fonts. This _should_ solve your problem. The other thing to check is you GTK settings. There's a program called switch2 in the extra repository that lets you switch the GTK theme and set the font.


·¬»· i am shadowhand, powered by webfaction

Offline

#3 2005-04-19 04:23:36

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Firefox Anti-Aliased Fonts in KDE

check about:config in firefox... do a search for "xft" and make sure it's all "on" or "true" or whatever...

Offline

#4 2005-04-20 17:27:35

dave.roberts
Member
Registered: 2005-04-02
Posts: 36

Re: Firefox Anti-Aliased Fonts in KDE

my .fonts.conf

<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <match target="font" >
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintmedium</const>
  </edit>
 </match>
</fontconfig>

What should I turn on?  What does Full Hinting do?  I'm not sure I want the small fonts to be AAed.

Also, in about:config, there is no setting that shows up when filtering xft

Offline

#5 2005-04-20 18:57:24

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Firefox Anti-Aliased Fonts in KDE

dave.roberts wrote:

Also, in about:config, there is no setting that shows up when filtering xft

huh, they must have removed it - I don't have it anymore either.... *shrug*


try setting this:

<edit mode="assign" name="hinting" >
   <bool>false</bool>
  </edit>

Offline

#6 2005-04-20 19:46:10

dave.roberts
Member
Registered: 2005-04-02
Posts: 36

Re: Firefox Anti-Aliased Fonts in KDE

Thanks, that seemed to turn it on.
It makes some sites look better, however, some sites still have a problem, but I suspect that's a font size problem.  I would turn the default font size up, but for most sites it makes the text very large!

Offline

#7 2005-04-20 19:54:38

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Firefox Anti-Aliased Fonts in KDE

you can try setting the fonts used in firefox differently - check "about:config" and filter by "font" - compare those to the fonts being used by konq and make some changes.... *shrug*

Offline

#8 2005-04-20 20:11:59

dave.roberts
Member
Registered: 2005-04-02
Posts: 36

Re: Firefox Anti-Aliased Fonts in KDE

Thanks for the reply, for now I'm going to use Konqueror if I really really need to squint my eyes in FireFox

Offline

Board footer

Powered by FluxBB