Public bug reported:

DejaVu letter #119 (ę) has broken slight hinting, while other hintings
are ok. I've attached screenshots of all four hinting styles: none,
slight, medium and full. You can clearly see that slight is broken. This
bug was also in Kubuntu 8 but I report it now, after upgrade to 9.04.

I use this ~/.fonts.conf file:

$ cat /home/spoonman/.fonts.conf
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <match target="font" >
  <edit mode="assign" name="rgba" >
   <const>bgr</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>


$ lsb_release -rd
Description:    Ubuntu 9.04
Release:        9.04

$ apt-cache policy ttf-dejavu
ttf-dejavu:
  Installed: 2.28-1

** Affects: ttf-dejavu (Ubuntu)
     Importance: Undecided
         Status: New

-- 
DejaVu letter #119 (ę) has broken slight hinting
https://bugs.launchpad.net/bugs/367777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to