disable TrueTypeGX Variant for 16bit systems in temporal,
due to the limitation that internal face_index is typed int.
This commit is contained in:
parent
79b806fef8
commit
a645228790
|
@ -711,7 +711,9 @@ FT_BEGIN_HEADER
|
||||||
/* and avar tables). This has many similarities to Type 1 Multiple */
|
/* and avar tables). This has many similarities to Type 1 Multiple */
|
||||||
/* Masters support. */
|
/* Masters support. */
|
||||||
/* */
|
/* */
|
||||||
|
#if FT_UINT_MAX > 0xFFFFUL
|
||||||
#define TT_CONFIG_OPTION_GX_VAR_SUPPORT
|
#define TT_CONFIG_OPTION_GX_VAR_SUPPORT
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue