freetype/src/truetype
Werner Lemberg e72c9fec17 Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
you should #define FT_STRUCTURE to the structure which will be filled.

Replaced FT_FIELD_REF with FT_FIELD_SIZE, FT_FIELD_SIZE_DELTA, and
FT_FIELD_OFFSET to make the code more readable; additionally, it should be
more portable because we no longer cast a pointer to an FT_UShort (which
e.g. fails with Sun's C++ compiler) but computes the difference between two
pointers which is guaranteed to work.

Fixing warnings (and C++ errors) while using Sun's latest cc and CC
incarnations.  Most of them are related to variable shadowing.
2000-07-31 18:59:02 +00:00
..
module.mk - MAJOR INTERNAL REDESIGN: 2000-06-22 00:17:42 +00:00
rules.mk vast clean-up of the sources in order to allow flat 2000-07-08 00:41:13 +00:00
truetype.c Formatting. 2000-07-08 19:51:42 +00:00
ttdriver.c - fixed the incorrect SO extension for Visual C++ 2000-07-26 19:04:08 +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 Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, 2000-07-31 18:59:02 +00:00
ttgload.h Formatting. 2000-07-08 19:51:42 +00:00
ttinterp.c Formatting. 2000-07-08 19:51:42 +00:00
ttinterp.h Formatting. 2000-07-08 19:51:42 +00:00
ttobjs.c Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, 2000-07-31 18:59:02 +00:00
ttobjs.h re-adding a "unix-dev.mk". Debugging libtool output 2000-07-27 21:40:22 +00:00
ttpload.c vast clean-up of the sources in order to allow flat 2000-07-08 00:41:13 +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