From 10609af4aa4030a15c19573198462fa002d2ef13 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 3 Feb 2009 16:57:01 -0500 Subject: [PATCH] [conf] Disable hinting when emboldening (#19904) 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. --- conf.d/90-synthetic.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/conf.d/90-synthetic.conf b/conf.d/90-synthetic.conf index 63d9b89..6736423 100644 --- a/conf.d/90-synthetic.conf +++ b/conf.d/90-synthetic.conf @@ -60,5 +60,16 @@ bold + + + hintnone + -- 2.39.2