freetype/src/type1
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
..
module.mk Renamed z1* files back to t1*; the same transition for Z1_* structures 2000-10-28 17:10:06 +00:00
rules.mk Renamed z1* files back to t1*; the same transition for Z1_* structures 2000-10-28 17:10:06 +00:00
t1afm.c major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1afm.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1driver.c major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1driver.h Renamed z1* files back to t1*; the same transition for Z1_* structures 2000-10-28 17:10:06 +00:00
t1gload.c defining new types to hold "internal" fields of public 2000-11-04 02:52:02 +00:00
t1gload.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1load.c major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1load.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1objs.c defining new types to hold "internal" fields of public 2000-11-04 02:52:02 +00:00
t1objs.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1parse.c major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1parse.h major reformatting of the sources: 2000-11-04 01:55:49 +00:00
t1tokens.h Renamed z1* files back to t1*; the same transition for Z1_* structures 2000-10-28 17:10:06 +00:00
type1.c Renamed z1* files back to t1*; the same transition for Z1_* structures 2000-10-28 17:10:06 +00:00