freetype/src/smooth
Werner Lemberg bd5ae40006 Run g++ on the FreeType library. This should make the use of code in
C++ programs easier:

  Renamed FT_WordXX to FT_UIntXX.

  Changed a lot of void* to FT_Byte* if related to i/o streams -- FreeType
  always accesses streams byte-wise, so this makes sense IMHO.

  Added a lot of #ifdef __cplusplus to header files (and removed a few).

  Other minor syntax fixes (mostly casts).

  Replaced the variable `private' with `private_dict' -- `private' is
  reserved in C++.
2000-07-05 04:32:02 +00:00
..
ftgrays.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ftgrays.h Formatting. 2000-07-02 00:27:53 +00:00
ftsmooth.c Formatting. 2000-07-02 00:27:53 +00:00
ftsmooth.h Formatting. 2000-07-02 00:27:53 +00:00
module.mk added new renderer module 2000-06-27 23:18:39 +00:00
rules.mk Formatting. 2000-07-02 00:27:53 +00:00
smooth.c Formatting. 2000-07-02 00:27:53 +00:00