Fix up commit d1d88cd08dd3d438abcf7e60087c72957a50fcb1

FT_Get_Var_Design_Coordinates() was turning blending off.  Apparently
CFF implementation does not respect that, but TrueType driver does.
OpenType-1.8
Behdad Esfahbod 8 years ago committed by Werner Lemberg
parent d1908a107d
commit c7f87a1f8b
  1. 2
      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 )

Loading…
Cancel
Save