[Bug 293643] Re: font settings in .fonts.conf ignored
Jeremy Bicha
jeremy at bicha.net
Sat Oct 28 17:11:31 UTC 2017
*** 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
Foundations Bugs, which is subscribed to fontconfig 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
More information about the foundations-bugs
mailing list