* src/truetype/ttinterp.c (TT_Run_Context): Fix IUP tracking bits.

Correctly fixes #1353 and #1349.
This commit is contained in:
Alexei Podtelezhnikov 2025-09-08 11:03:24 -04:00
parent 3ac4907545
commit 36f917cc6a

View file

@ -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, */