mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-09 07:28:40 +02:00
* src/truetype/ttinterp.c (TT_Run_Context): Reset IUP tracking bits.
Fixes #1353.
This commit is contained in:
parent
e969f52986
commit
89eba38e62
1 changed files with 6 additions and 0 deletions
|
|
@ -7521,6 +7521,12 @@
|
|||
exec->func_round = (TT_Round_Func)Round_To_Grid;
|
||||
Compute_Funcs( exec );
|
||||
|
||||
#ifdef TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL
|
||||
/* Reset IUP tracking bits in the backward compatibility mode. */
|
||||
/* See `ttinterp.h' for details. */
|
||||
exc->backward_compatibility &= ~0x6;
|
||||
#endif
|
||||
|
||||
/* some glyphs leave something on the stack, */
|
||||
/* so we clean it before a new execution. */
|
||||
exec->top = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue