<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Font rendering is unsharp with 2.11.95 and 2.12.0"
href="https://bugs.freedesktop.org/show_bug.cgi?id=96635">bug 96635</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>akira@tagoh.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Font rendering is unsharp with 2.11.95 and 2.12.0"
href="https://bugs.freedesktop.org/show_bug.cgi?id=96635#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Font rendering is unsharp with 2.11.95 and 2.12.0"
href="https://bugs.freedesktop.org/show_bug.cgi?id=96635">bug 96635</a>
from <span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span></b>
<pre>I don't know which one was default on your desktop/distro though, settings
hintslight by default was to keep consistency for non-desktop-aware
applications to the desktop-aware applications which inherits the desktop
configurations. I may think of some solutions/workarounds:
- if you prefer the old behavior no matter what it looks different to the
desktop applications:
I won't do anything for that in fontconfig but you can do it in your own config
like:
<match target="pattern">
<test name="prgname"><string>your application name</string></test>
<edit name="hintstyle"
mode="assign"><const>your_preferred_hintstyle</const></edit>
</match>
- if hintslight isn't default hinting on distro:
I'd suggest your package maintainer to change the default hinting in your
distro. I've just committed the change to allow that in configure:
<a href="https://cgit.freedesktop.org/fontconfig/commit/?id=0ed1575917a28c6be56481509660bd783c7b6040">https://cgit.freedesktop.org/fontconfig/commit/?id=0ed1575917a28c6be56481509660bd783c7b6040</a>
- if hintslight doesn't fit in to your desktop or your preference:
You can create a symlink or copy a file from one of
10-hinting-{full,medium,none,slight}.conf on $HOME/.config/fontconfig/conf.d.
I won't do more than that since this is subjective matter and the changes was
to follow up to the desktop default configuration.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>