From c7f87a1f8b93e20125d5a7d922177c396bffa602 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 13 Sep 2016 23:21:39 +0200 Subject: [PATCH] Fix up commit d1d88cd08dd3d438abcf7e60087c72957a50fcb1 FT_Get_Var_Design_Coordinates() was turning blending off. Apparently CFF implementation does not respect that, but TrueType driver does. --- src/truetype/ttgxvar.c | 2 -- 1 file changed, 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 )