shithub: freetype+ttf2subf

Download patch

ref: facfc79a1618de6ca2d8857a11f384be2243f04d
parent: 706f752b5ec9e65e01c63adde6609857a1cd3544
author: Infinality <[email protected]>
date: Mon Nov 3 02:24:59 EST 2014

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

The previous commit deteriorates rendering of DejaVu and similar
fonts; this gets compensated with this rule.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-11-03  Infinality  <[email protected]>
+
+	* 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  <[email protected]>
 
 	* src/truetype/ttinterp.c (Ins_DELTAP): Fix subpixel hinting.
--- 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 },
   };