*** This bug is a duplicate of bug 161058 ***
    https://bugs.launchpad.net/bugs/161058

Reassigning to cairo per comment #6

** Package changed: fontconfig (Ubuntu) => cairo (Ubuntu)

** Changed in: cairo (Ubuntu)
       Status: Incomplete => Triaged

** Also affects: cairo via
   https://bugs.freedesktop.org/show_bug.cgi?id=11838
   Importance: Unknown
       Status: Unknown

** This bug has been marked a duplicate of bug 161058
   some ~/.fonts.conf settings do no override desktop-wide gnome settings 
(hinting style)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cairo in Ubuntu.
https://bugs.launchpad.net/bugs/293643

Title:
  font settings in .fonts.conf ignored

Status in cairo:
  Unknown
Status in cairo package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: fontconfig

  The following doesn't work unless I use;

      <edit name="autohint" mode="assign"><bool>true</bool></edit>

  What I thought should work;

      <match target="font">
          <test compare="eq" name="family">
              <string>Consolas</string>
          </test>
          <edit mode="assign" name="hintstyle">
              <const>hintslight</const>
          </edit>
      </match>

  What actually works;

      <match target="font">
          <test compare="eq" name="family">
              <string>Consolas</string>
          </test>
          <edit name="rgba" mode="assign"><const>rgb</const></edit>
          <edit name="autohint" mode="assign"><bool>true</bool></edit>
          <edit name="antialias" mode="assign"><bool>true</bool></edit>
          <edit name="hinting" mode="assign"><bool>true</bool></edit>
          <edit name="hintstyle" mode="assign"><const>hintslight</const></edit>
      </match

  
  I've been told that this is a bug. See 
http://forums.fedoraforum.org/showthread.php?t=186789&page=7 for more 
information and my old .fonts.conf; http://pastebin.com/m1b3fbe51 .

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo/+bug/293643/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to