freetype2/include/freetype/internal
David Turner 54e7574946 defining new types to hold "internal" fields of public
objects:

  FT_Face_Internal, FT_Size_Internal, FT_Slot_Internal

these contain some fields that may change between releases
of FreeType, without affecting the size of FT_FaceRec,
FT_SizeRec, FT_GlyphSlotRec, etc.., which means that
drivers wouldn't need to be recompiled if we only add new
fields to an internal structure..

I plan to hack a few things related to the auto-hinter and
I need this move to ensure that we will not break binary
compatibility between 2.0 and 2.1 :-)

- David
2000-11-04 02:52:02 +00:00
..
autohint.h Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
ftcalc.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftdebug.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftdriver.h - reformatting and tiny doc update 2000-10-23 18:33:30 +00:00
ftextend.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftlist.h - the file "ftlist.h" was moved from <freetype/internal/..> to 2000-08-30 21:40:45 +00:00
ftmemory.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftobjs.h defining new types to hold "internal" fields of public 2000-11-04 02:52:02 +00:00
ftstream.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
psaux.h Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
psnames.h Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
sfnt.h Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
t1errors.h Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00
t1types.h Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
t2errors.h Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00
t2types.h Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
tterrors.h Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00
tttypes.h Removing trailing whitespace. 2000-10-31 20:42:18 +00:00