Werner,

Besides the change below or something similar. How should we handle the flag 
*during* the CV execution? Right now the CV program does not change it until it 
is complete. In other wards, should we care about it while moving twilight 
points in the  CV program? Right now we ignore the flag presumably.

Alexei

> On Oct 15, 2025, at 21:32, Honnesh Ramachandra <[email protected]> wrote:
> 
> 
> Great. Here is a diff of the proposed changes in that case in ttgload.c
> 
> @@ -2201,7 +2201,6 @@
>        TT_Driver       driver    = (TT_Driver)FT_FACE_DRIVER( glyph->face );
>  #endif
>  
> -
>        if ( size->bytecode_ready > 0 )
>          return size->bytecode_ready;
>        if ( size->bytecode_ready < 0 )
> @@ -2215,6 +2214,7 @@
>        }
>  
>        exec = size->context;
> +      exec->backward_compatibility = 0;
>  
>  #ifdef TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL
>        if ( driver->interpreter_version == TT_INTERPRETER_VERSION_40 )
>  
> 

Reply via email to