Go to file
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
config Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
demos Don't use -lefence in the demo Makefile. 2000-07-04 03:37:18 +00:00
docs Formatting. 2000-07-02 00:27:53 +00:00
include/freetype Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
obj Initial revision 1999-12-16 23:11:37 +00:00
src Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
BUILD latest clean-ups.. 2000-06-28 04:19:49 +00:00
CHANGES updated the CHANGES file, plus a few fix in "ftstring" to 2000-06-30 23:38:23 +00:00
INSTALL updated CHANGES 2000-03-13 14:19:31 +00:00
license.txt formatting - removed trailing spaces 2000-05-16 23:44:38 +00:00
Makefile A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00