disable TrueTypeGX Variant for 16bit systems in temporal,

due to the limitation that internal face_index is typed int.
int-not32-changes-2017
suzuki toshiya 7 years ago
parent 79b806fef8
commit a645228790
  1. 2
      include/freetype/config/ftoption.h

@ -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
/*************************************************************************/

Loading…
Cancel
Save