added FT_CONFIG_OPTION_OLD_CALCS to ensure that
the bytecode interpretation is exactly the same as in 1.4 this is needed to find a bug in the raster..
This commit is contained in:
parent
eede9015a0
commit
06b73729c1
|
@ -60,7 +60,7 @@
|
||||||
/* All convenience functions are declared as such in their */
|
/* All convenience functions are declared as such in their */
|
||||||
/* documentation. */
|
/* documentation. */
|
||||||
/* */
|
/* */
|
||||||
#undef FT_CONFIG_OPTION_NO_CONVENIENCE_FUNCS
|
#undef FT_CONFIG_OPTION_NO_CONVENIENCE_FUNCS
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
|
@ -203,6 +203,15 @@
|
||||||
#undef FT_CONFIG_OPTION_BIG_ENDIAN
|
#undef FT_CONFIG_OPTION_BIG_ENDIAN
|
||||||
|
|
||||||
|
|
||||||
|
/*************************************************************************/
|
||||||
|
/* */
|
||||||
|
/* Computation Algorithms */
|
||||||
|
/* */
|
||||||
|
/* Used for debugging, this configuration macro should disappear */
|
||||||
|
/* soon.. */
|
||||||
|
/* */
|
||||||
|
#define FT_CONFIG_OPTION_OLD_CALCS
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
/* The size in bytes of the render pool used by the scan-line */
|
/* The size in bytes of the render pool used by the scan-line */
|
||||||
|
|
Loading…
Reference in New Issue