Fix up commit d1d88cd08dd3d438abcf7e60087c72957a50fcb1

FT_Get_Var_Design_Coordinates() was turning blending off.  Apparently
CFF implementation does not respect that, but TrueType driver does.
This commit is contained in:
Behdad Esfahbod 2016-09-13 23:21:39 +02:00 committed by Werner Lemberg
parent d1908a107d
commit c7f87a1f8b
1 changed files with 0 additions and 2 deletions

View File

@ -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 )