freetype/include/freetype/internal
David Turner 29644179cc still more logical transformations. This time, some public API headers have
been touched, while keeping everything backwards-compatible..

        * include/freetype/t1tables.h: re-naming structure types. This done
        basically:

          typedef T1_Struct_
          {
          } T1_Struct;

        becomes:

          typedef PS_StructRec_
          {
          } PS_StructRec, *PS_Struct;

          typedef PS_StructRec  T1_Struct;  /* backwards-compatibility */


        hence, we increase the coherency of the source code by effectuively
        using the 'Rec' prefix for structure types..
2002-02-28 18:59:37 +00:00
..
autohint.h finishing function header formatting 2001-06-28 17:49:10 +00:00
cfftypes.h still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
fnttypes.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftcalc.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftdebug.h * include/freetype/internal/ftdebug.h (FT_Trace): Remove comma in 2002-02-22 00:58:04 +00:00
ftdriver.h Adding the function `FT_Get_Next_Char', doing the obvious thing 2002-02-04 20:55:58 +00:00
ftgloadr.h * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
ftmemory.h Formatting. 2001-12-05 01:22:05 +00:00
ftobjs.h yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
ftstream.h * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
fttrace.h * include/freetype/internal/ftdebug.h, src/base/ftdebug.c: modified 2002-02-21 11:48:48 +00:00
internal.h * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
pcftypes.h finishing function header formatting 2001-06-28 17:49:10 +00:00
psaux.h still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
psglobal.h Formatting. 2001-12-05 01:22:05 +00:00
pshints.h yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
psnames.h yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
sfnt.h yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
t1types.h still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
tttypes.h yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00