disable TrueTypeGX Variant for 16bit systems in temporal,

due to the limitation that internal face_index is typed int.
This commit is contained in:
suzuki toshiya 2017-09-11 19:31:32 +09:00
parent 79b806fef8
commit a645228790
1 changed files with 2 additions and 0 deletions

View File

@ -711,7 +711,9 @@ FT_BEGIN_HEADER
/* and avar tables). This has many similarities to Type 1 Multiple */
/* Masters support. */
/* */
#if FT_UINT_MAX > 0xFFFFUL
#define TT_CONFIG_OPTION_GX_VAR_SUPPORT
#endif
/*************************************************************************/