mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-02-01 04:40:24 +01:00
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++. |
||
|---|---|---|
| .. | ||
| ftbase.c | ||
| ftcalc.c | ||
| ftdebug.c | ||
| ftextend.c | ||
| ftglyph.c | ||
| ftinit.c | ||
| ftlist.c | ||
| ftmm.c | ||
| ftobjs.c | ||
| ftoutln.c | ||
| ftstream.c | ||
| ftsystem.c | ||
| rules.mk | ||