freetype/src/cff
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
..
cff.c A lot of formatting. 2000-06-12 19:36:41 +00:00
module.mk - MAJOR INTERNAL REDESIGN: 2000-06-22 00:17:42 +00:00
rules.mk A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
t2driver.c Formatting... 2000-06-30 06:21:26 +00:00
t2driver.h - MAJOR INTERNAL REDESIGN: 2000-06-22 00:17:42 +00:00
t2gload.c various clean-ups: 2000-07-04 18:12:13 +00:00
t2gload.h Formatting... 2000-06-30 06:21:26 +00:00
t2load.c Formatting. 2000-07-02 00:27:53 +00:00
t2load.h various cleanups to reduce compiler warnings 2000-06-27 23:32:27 +00:00
t2objs.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
t2objs.h Formatting... 2000-06-30 06:21:26 +00:00
t2parse.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
t2parse.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
t2tokens.h various cleanups to reduce compiler warnings 2000-06-27 23:32:27 +00:00