mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
* src/truetype/ttinterp.c (TT_Run_Context): Fix IUP tracking bits.
Correctly fixes #1353 and #1349.
This commit is contained in:
@@ -7524,7 +7524,7 @@
|
||||
#ifdef TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL
|
||||
/* Reset IUP tracking bits in the backward compatibility mode. */
|
||||
/* See `ttinterp.h' for details. */
|
||||
exec->backward_compatibility &= ~0x6;
|
||||
exec->backward_compatibility &= ~0x3;
|
||||
#endif
|
||||
|
||||
/* some glyphs leave something on the stack, */
|
||||
|
||||
Reference in New Issue
Block a user