summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-03-17 12:52:48 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-06-24 13:52:09 -0400
commit0f11354877323edc2145f687f9127d2de83c5b3b (patch)
tree5483300c40b3e2740dc93586cd89f9e81eabd4dd /conf.d
parent7042e236495399aab4eaf268232177d4b1680a12 (diff)
downloadfontconfig-0f11354877323edc2145f687f9127d2de83c5b3b.tar.gz
Revert "[conf] Disable hinting when emboldening (#19904)" (#20599)
This reverts commit 10609af4aa4030a15c19573198462fa002d2ef13. Apparently disabling hinting can cause worse rendering with certain fonts. This is better handled on a per font basis.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/90-synthetic.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/conf.d/90-synthetic.conf b/conf.d/90-synthetic.conf
index 6736423..63d9b89 100644
--- a/conf.d/90-synthetic.conf
+++ b/conf.d/90-synthetic.conf
@@ -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>