Revert "[conf] Disable hinting when emboldening (#19904)" (#20599)

This reverts commit 10609af4aa.
Apparently disabling hinting can cause worse rendering with certain
fonts.  This is better handled on a per font basis.
This commit is contained in:
Behdad Esfahbod 2009-03-17 12:52:48 -04:00
parent 7042e23649
commit 0f11354877
1 changed files with 0 additions and 11 deletions

View File

@ -60,16 +60,5 @@
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
<!--
Hinting will be done before Embolden in freetype2,
but in such case, Embolden will get wrong result
on some glyph contours after applying hinting.
Actually, hinting should be done after embolden, but we can't
fix it in current freetype2. So as a workaround, just turn off
hinting if we want to do embolden.
-->
<edit name="hintstyle" mode="assign">
<const>hintnone</const>
</edit>
</match>
</fontconfig>