Commit facfc79a1618de6ca2d8857a11f384be2243f04d

Infinality 2014-11-03T07:24:59

* src/truetype/ttsubpix.c (COMPATIBILITY_MODE_Rules): Updated. The previous commit deteriorates rendering of DejaVu and similar fonts; this gets compensated with this rule.

diff --git a/ChangeLog b/ChangeLog
index bdc3fb9..b72d2c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/src/truetype/ttsubpix.c b/src/truetype/ttsubpix.c
index 9871994..ca60451 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 },
   };