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 }, };