From facfc79a1618de6ca2d8857a11f384be2243f04d Mon Sep 17 00:00:00 2001 From: Infinality Date: Mon, 3 Nov 2014 07:24:59 +0100 Subject: [PATCH] * src/truetype/ttsubpix.c (COMPATIBILITY_MODE_Rules): Updated. The previous commit deteriorates rendering of DejaVu and similar fonts; this gets compensated with this rule. --- ChangeLog | 7 +++++++ src/truetype/ttsubpix.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bdc3fb9a6..b72d2c069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-11-03 Infinality + + * src/truetype/ttsubpix.c (COMPATIBILITY_MODE_Rules): Updated. + + The previous commit deteriorates rendering of DejaVu and similar + fonts; this gets compensated with this rule. + 2014-11-03 Werner Lemberg * src/truetype/ttinterp.c (Ins_DELTAP): Fix subpixel hinting. diff --git a/src/truetype/ttsubpix.c b/src/truetype/ttsubpix.c index 987199423..ca604518c 100644 --- a/src/truetype/ttsubpix.c +++ b/src/truetype/ttsubpix.c @@ -282,7 +282,7 @@ const SPH_TweakRule COMPATIBILITY_MODE_Rules [COMPATIBILITY_MODE_RULES_SIZE] = { - { "-", 0, "", 0 }, + { "Verdana Clones", 0, "", 0 }, };