freetype/src/type1
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 lot of formatting. 2000-06-12 19:36:41 +00:00
t1afm.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
t1afm.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
t1driver.c various clean-ups: 2000-07-04 18:12:13 +00:00
t1driver.h applying formatting again 2000-06-25 06:47:11 +00:00
t1gload.c various clean-ups: 2000-07-04 18:12:13 +00:00
t1gload.h Formatting. Fixing some tracing messages. 2000-07-03 07:09:09 +00:00
t1hinter.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
t1hinter.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
t1load.c various clean-ups: 2000-07-04 18:12:13 +00:00
t1load.h Formatting. Fixing some tracing messages. 2000-07-03 07:09:09 +00:00
t1objs.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
t1objs.h Formatting; fixing documentation. 2000-07-03 16:45:15 +00:00
t1parse.c Formatting; fixing documentation. 2000-07-03 16:45:15 +00:00
t1parse.h Formatting; fixing documentation. 2000-07-03 16:45:15 +00:00
t1tokens.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
t1tokens.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
type1.c Don't use -lefence in the demo Makefile. 2000-07-04 03:37:18 +00:00