freetype2/src/base
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
..
ftbase.c freetype.h: Adding ft_encoding_xxx values for some CJK encodings. 2000-06-05 05:26:15 +00:00
ftcalc.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ftdebug.c Formatting... 2000-06-29 03:14:25 +00:00
ftextend.c Formatting... 2000-06-29 03:14:25 +00:00
ftglyph.c various clean-ups: 2000-07-04 18:12:13 +00:00
ftinit.c Formatting... 2000-06-29 03:14:25 +00:00
ftlist.c freetype.h: Adding ft_encoding_xxx values for some CJK encodings. 2000-06-05 05:26:15 +00:00
ftmm.c applying formatting again 2000-06-25 06:47:11 +00:00
ftobjs.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ftoutln.c Formatting as usual... 2000-07-01 14:06:46 +00:00
ftstream.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ftsystem.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
rules.mk - MAJOR INTERNAL REDESIGN: 2000-06-22 00:17:42 +00:00