freetype2/include/freetype
David Turner a3d302571a 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
..
cache major reformatting of the sources: 2000-11-04 01:55:49 +00:00
config major reformatting of the sources: 2000-11-04 01:55:49 +00:00
internal defining new types to hold "internal" fields of public 2000-11-04 02:52:02 +00:00
freetype.h defining new types to hold "internal" fields of public 2000-11-04 02:52:02 +00:00
ftbbox.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftcache.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
fterrors.h fixes for fixes :-) 2000-10-24 05:44:59 +00:00
ftglyph.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftimage.h Fixed typo in ftimage.h 2000-09-22 06:52:20 +00:00
ftlist.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftmac.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftmm.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftmodule.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftnames.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftoutln.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftrender.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftsynth.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
ftsystem.h Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00
fttypes.h Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00
t1tables.h finally, the CID and Type1z driver are finished !! 2000-08-23 22:47:44 +00:00
ttnameid.h Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
tttables.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
tttags.h Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00