mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-20 04:10:01 +01:00
* src/truetype/ttinterp.c (TT_Run_Context): Fix IUP tracking bits.
Correctly fixes #1353 and #1349.
This commit is contained in:
parent
3ac4907545
commit
36f917cc6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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, */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue