summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-09-13 23:21:39 +0200
committerWerner Lemberg <wl@gnu.org>2016-09-14 09:41:08 +0200
commitc7f87a1f8b93e20125d5a7d922177c396bffa602 (patch)
tree77cde0027c0e6eb27813673807ca99a932999b08
parentd1908a107d46388bc5ddcd657fe739181f73a3ac (diff)
downloadfreetype2-c7f87a1f8b93e20125d5a7d922177c396bffa602.tar.gz
Fix up commit d1d88cd08dd3d438abcf7e60087c72957a50fcb1
FT_Get_Var_Design_Coordinates() was turning blending off. Apparently CFF implementation does not respect that, but TrueType driver does.
-rw-r--r--src/truetype/ttgxvar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 504022ad7..718f34c57 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -1761,8 +1761,6 @@ Exit:
GX_Blend blend;
FT_UInt i;
- face->doblend = FALSE;
-
if ( face->blend == NULL )
{
if ( ( error = TT_Get_MM_Var( face, NULL ) ) != 0 )