freetype2/include/freetype/config
Werner Lemberg 5dfbdf7659 Making ftgrays.c compile stand-alone again.
* include/freetype/ftimage.h: Include ft2build.h only if _STANDALONE_
isn't defined.
* src/smooth/ftgrays.c [_STANDALONE_]: Define ft_memset,
FT_BEGIN_HEADER, FT_END_HEADER.
(FT_MEM_ZERO): Define.
(TRaster) [GRAYS_USE_GAMMA]: Use `unsigned char' instead of FT_Byte.
(gray_render_span, gray_init_gamma): Don't use `FT_UInt'.
Don't cast with `FT_Byte'.
(grays_init_gamma): Don't use `FT_UInt'.

* src/base/ftinit.c (FT_Add_Default_Modules): Improve error message.
* src/pcf/pcfdriver.c (PCF_Face_Done): Improve tracing message.
* include/freetype/config/ftoption.h (FT_MAX_MODULES): Increased
to 32.
2002-09-16 06:15:31 +00:00
..
ftconfig.h * src/base/ftmac.c (p2c_str): Removed. 2002-04-30 14:26:49 +00:00
ftheader.h Modified incremental loading interface to be closer to David Turner's 2002-08-01 15:29:17 +00:00
ftmodule.h * src/smooth/ftsmooth.c, src/base/ftobjs.c, 2002-09-08 21:29:11 +00:00
ftoption.h Making ftgrays.c compile stand-alone again. 2002-09-16 06:15:31 +00:00
ftstdlib.h * src/type42/t42drivr.c: s/T42_ENCODING_TYPE_/T1_ENCODING_TYPE_/. 2002-05-21 14:13:01 +00:00