mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-19 04:18:09 +02: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++. |
||
|---|---|---|
| .. | ||
| cff.c | ||
| module.mk | ||
| rules.mk | ||
| t2driver.c | ||
| t2driver.h | ||
| t2gload.c | ||
| t2gload.h | ||
| t2load.c | ||
| t2load.h | ||
| t2objs.c | ||
| t2objs.h | ||
| t2parse.c | ||
| t2parse.h | ||
| t2tokens.h | ||