freetype2/include/freetype
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
internal Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
freetype.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ftbbox.h EXPORT_DEF renamed to FT_EXPORT_DEF + 2000-05-24 00:31:14 +00:00
fterrors.h managed to re-design entirely the API in <freetype/ftglyph.h> 2000-06-30 23:12:55 +00:00
ftglyph.h managed to re-design entirely the API in <freetype/ftglyph.h> 2000-06-30 23:12:55 +00:00
ftimage.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ftmm.h finalised the multiple masters support 2000-05-26 17:13:23 +00:00
ftmodule.h Don't use -lefence in the demo Makefile. 2000-07-04 03:37:18 +00:00
ftoutln.h Formatting. 2000-07-02 13:53:16 +00:00
ftrender.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ftsystem.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
fttypes.h created new header files, formatting and other minor 2000-05-16 19:51:49 +00:00
t1tables.h Formatting... 2000-06-29 03:14:25 +00:00
ttnameid.h major re-organisation of the FreeType 2 directory hierarchy 2000-05-11 18:23:52 +00:00
tttables.h fixed a few 64-bit related bugs in "sfnt/ttload.c" and 2000-07-03 15:00:49 +00:00
tttags.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00