* src/truetype/ttsubpix.c (COMPATIBILITY_MODE_Rules): Updated.

The previous commit deteriorates rendering of DejaVu and similar
fonts; this gets compensated with this rule.
This commit is contained in:
Infinality 2014-11-03 07:24:59 +01:00 committed by Werner Lemberg
parent 706f752b5e
commit facfc79a16
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2014-11-03 Infinality <infinality@infinality.net>
* 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 <wl@gnu.org>
* src/truetype/ttinterp.c (Ins_DELTAP): Fix subpixel hinting.

View File

@ -282,7 +282,7 @@
const SPH_TweakRule COMPATIBILITY_MODE_Rules
[COMPATIBILITY_MODE_RULES_SIZE] =
{
{ "-", 0, "", 0 },
{ "Verdana Clones", 0, "", 0 },
};