freetype/src/cff
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
..
cff.c finishing function header formatting 2001-06-28 17:49:10 +00:00
cffdrivr.c yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
cffdrivr.h finishing function header formatting 2001-06-28 17:49:10 +00:00
cfferrs.h Formatting. 2001-06-19 23:03:41 +00:00
cffgload.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
cffgload.h * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
cffload.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
cffload.h still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
cffobjs.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
cffobjs.h * docs/TODO: added "stem3 and counter hints support" to the TODO list 2001-12-20 13:14:18 +00:00
cffparse.c finishing function header formatting 2001-06-28 17:49:10 +00:00
cffparse.h finishing function header formatting 2001-06-28 17:49:10 +00:00
cfftoken.h still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
descrip.mms * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix 2002-01-25 16:05:39 +00:00
Jamfile * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
module.mk Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
rules.mk Complete redesign of error codes. Please check ftmoderr.h for more 2001-06-06 17:30:41 +00:00