You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, December 17th 2005, 10:16pm

Fonts look horrible

My fonts look a bit bad.. If you look carefully they are a bit broken.. This is not the same on gnome.. (I have started kde with -dpi 96 according to some wiki I found).. This is the only thing keeping me from using kde. Please help, and thank you..


P.S. Happy Holidays.
nesl247 has attached the following image:
  • fonts.png

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Sunday, December 18th 2005, 1:07am

RE: Fonts look horrible

Is font anti-aliasing enabled in the Font section of KDE's Configuration Centre?
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

3

Sunday, December 18th 2005, 1:48am

Yes.. But even when it isn't it doesn't help.

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

4

Sunday, December 18th 2005, 11:26am

Then, it looks like you've selected a non-Truetype font. Fonts like "Helvetica" and "Times" are kind of aliased. Try a (preferrably) TrueType font and see if the problem persists
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

Lethe

Beginner

Posts: 41

Location: Pompey, England

Occupation: IT network/sysadmin

  • Send private message

5

Wednesday, December 21st 2005, 6:59pm

What you are seeing there is 'auto-hinting'.

If you turn that off:



Now, auto-hinting will be turned on in /etc/fonts/fonts.conf or /etc/fonts/local.conf or even perhaps ~/.fonts.conf.

You can add an entry to /etc/fonts/local.conf to stop auto-hinting all together:

Source code

1
2
3
        <match target="font">
        <edit name="autohint" mode="assign"><bool>false</bool></edit>
       </match>


Nick