[fedora-trans-el] [Fwd: Re: [DejaVu-fonts] Font wight changed ?]

Simos Xenitellis simos74 at gmx.net
Fri Jun 16 02:52:04 UTC 2006



-------- Αρχικό Μήνυμα --------
Θέμα: 	Re: [DejaVu-fonts] Font wight changed ?
Ημερομηνία: 	Thu, 15 Jun 2006 19:50:38 +0200
Από: 	Nicolas Mailhot <nicolas.mailhot>
Οργανισμός: 	Adresse perso
Προς: 	mederic.boquien
Κοινοποίηση: 	dejavu-fonts at lists.sourceforge.net
Αναφορές: 	



Le jeudi 15 juin 2006 à 10:17 +0200, Médéric Boquien a écrit :
> Hi Nicolas,
> 
> I can see two things:
> 1) are you sure you don't use accidentally Extralight?
> 2) perhaps you were used to have the autohinter turned on? Turning it off make 
> hinted glyphs look a bit thinner.

The /etc/fonts/conf.d/ which ships in Fedora Devel contains these gems :

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- debian/unhinted.conf -->
<fontconfig>
<!--  Disable hinting -->
  <match target="font">
    <edit name="hinting" mode="assign"><bool>false</bool></edit>
  </match>
</fontconfig>

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- debian/autohint.conf -->
<fontconfig>
<!--  Use the Autohinter -->
  <match target="font">
    <edit name="autohint" mode="assign"><bool>true</bool></edit>
  </match>
</fontconfig>

(to be fair debianists made this change originally and then it was
accepted upstream by fontconfig)

So the following probably makes sense ?

<match target="font">
        <test name="family"><string>DejaVu Sans</string></test>
        <edit name="hinting"><bool>true</bool></edit>
        <edit name="autohint"><bool>false</bool></edit>
</match>

Are all DejaVu fonts hinted ?

Regards,

-- 
Nicolas Mailhot





More information about the Fedora-trans-el mailing list