Al-Qurtas-Islamic-bank-The-.../src/truetype
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
truetype.c A lot of formatting. 2000-06-12 19:36:41 +00:00
ttdriver.c various clean-ups: 2000-07-04 18:12:13 +00:00
ttdriver.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttgload.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttgload.h Formatting. 2000-07-02 13:53:16 +00:00
ttinterp.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttinterp.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttobjs.c Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttobjs.h Formatting. 2000-07-02 13:53:16 +00:00
ttpload.c A new formatting orgy. 2000-06-21 03:03:28 +00:00
ttpload.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00