You are not logged in.

#1 2007-03-07 14:50:31

chaosgeisterchen
Member
From: Kefermarkt, Upper Austria
Registered: 2006-11-20
Posts: 550

Smooth and clear windows fonts under KDE

Good afternoon,

After having copied the new age Windows Fonts from my notebook (Windows XP, Office 2007) to my Arch machine (Calibri, Calisto, Candara), and having installed them properly they look rather messy. Is there any way of setting them up, so they are displayed equally clear-cut as the DejaVu-Fonts, which act as my standard fonts family?

Thanks in advance for every suggestion

cg


celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository

Offline

#2 2007-03-08 04:40:19

beejayzed
Member
From: New Zealand
Registered: 2006-12-15
Posts: 24
Website

Re: Smooth and clear windows fonts under KDE

I like their display with:
antialiasing
rgb subpixel hinting
slight hinting (high doesn't render them well)

Offline

#3 2007-03-08 06:11:51

chaosgeisterchen
Member
From: Kefermarkt, Upper Austria
Registered: 2006-11-20
Posts: 550

Re: Smooth and clear windows fonts under KDE

beejayzed wrote:

I like their display with:
antialiasing
rgb subpixel hinting
slight hinting (high doesn't render them well)

Thanks for your answer, but which settings are meant by antialiasing and slight hinting? I have enabled full rgb subpixel hinting - which is perfect for ttf-dejavu, but the other settings must be anywhere I do not find them at once (maybe text config?).


celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository

Offline

#4 2007-03-08 06:18:25

beejayzed
Member
From: New Zealand
Registered: 2006-12-15
Posts: 24
Website

Re: Smooth and clear windows fonts under KDE

chaosgeisterchen wrote:
beejayzed wrote:

I like their display with:
antialiasing
rgb subpixel hinting
slight hinting (high doesn't render them well)

Thanks for your answer, but which settings are meant by antialiasing and slight hinting? I have enabled full rgb subpixel hinting - which is perfect for ttf-dejavu, but the other settings must be anywhere I do not find them at once (maybe text config?).

Here is my ~/.fonts.conf (I also have this in my /etc/fonts/local.conf), configured with/by kcontrol.

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

Offline

#5 2007-03-08 19:22:11

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: Smooth and clear windows fonts under KDE

Windows fonts on linux won't look 1:1 like on windows because of differences in rendering. Same with MacOSX fonts, btw


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#6 2007-03-08 19:29:09

chaosgeisterchen
Member
From: Kefermarkt, Upper Austria
Registered: 2006-11-20
Posts: 550

Re: Smooth and clear windows fonts under KDE

beejayzed wrote:
chaosgeisterchen wrote:
beejayzed wrote:

I like their display with:
antialiasing
rgb subpixel hinting
slight hinting (high doesn't render them well)

Thanks for your answer, but which settings are meant by antialiasing and slight hinting? I have enabled full rgb subpixel hinting - which is perfect for ttf-dejavu, but the other settings must be anywhere I do not find them at once (maybe text config?).

Here is my ~/.fonts.conf (I also have this in my /etc/fonts/local.conf), configured with/by kcontrol.

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

Sorry to say, but your hints only decreased the quality of the fonts.

@Stalwart: That's what I feared. Are there any equal substitutes for Candara/Lucida Grande?


celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository

Offline

Board footer

Powered by FluxBB