freetype/src/sfnt
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
..
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
sfdriver.c various clean-ups: 2000-07-04 18:12:13 +00:00
sfdriver.h applying formatting again 2000-06-25 06:47:11 +00:00
sfnt.c freetype.h: Adding ft_encoding_xxx values for some CJK encodings. 2000-06-05 05:26:15 +00:00
sfobjs.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
sfobjs.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttcmap.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttcmap.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
ttload.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttload.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttpost.c Formatting. 2000-07-02 00:27:53 +00:00
ttpost.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttsbit.c Formatting. 2000-07-02 00:27:53 +00:00
ttsbit.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00