* 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:
parent
706f752b5e
commit
facfc79a16
|
@ -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.
|
||||
|
|
|
@ -282,7 +282,7 @@
|
|||
const SPH_TweakRule COMPATIBILITY_MODE_Rules
|
||||
[COMPATIBILITY_MODE_RULES_SIZE] =
|
||||
{
|
||||
{ "-", 0, "", 0 },
|
||||
{ "Verdana Clones", 0, "", 0 },
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue