Hi list,
just a quick note:

In file included from /home/nikolaus/Entwicklung/freetype2/src/truetype/truetype.c:25:0: /home/nikolaus/Entwicklung/freetype2/src/truetype/ttgload.c: In function 'tt_loader_init': /home/nikolaus/Entwicklung/freetype2/src/truetype/ttgload.c:2305:13: error: 'struct TT_ExecContextRec_' has no member named 'ignore_x_mode'
         exec->ignore_x_mode = 0;
             ^
In file included from /home/nikolaus/Entwicklung/freetype2/src/truetype/truetype.c:29:0: /home/nikolaus/Entwicklung/freetype2/src/truetype/ttinterp.c: In function 'Ins_INSTCTRL': /home/nikolaus/Entwicklung/freetype2/src/truetype/ttinterp.c:5191:10: error: 'struct TT_ExecContextRec_' has no member named 'ignore_x_mode'
       exc->ignore_x_mode = FT_BOOL( L == 4 );
          ^

Defining TT_CONFIG_OPTION_SUBPIXEL_HINTING in ftoption.h solves this.

Regards,
Nikolaus

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to