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:
parent
d1908a107d
commit
c7f87a1f8b
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue