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
2000-11-04 01:55:49 +00:00
2000-11-04 01:55:49 +00:00
1999-12-16 23:11:37 +00:00
2000-10-31 19:42:53 +00:00
2000-10-31 20:42:18 +00:00
2000-11-02 07:53:08 +00:00
Description
Fork of freetype for ReFuel, Only expect ABI changes.
37 MiB
Languages
C 93.3%
Makefile 2.1%
Python 1.8%
DIGITAL Command Language 0.8%
M4 0.6%
Other 1.3%