freetype/src
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 * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
base yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
cache renaming "ft_glyph_own_bitmap" into "FT_GLYPH_OWN_BITMAP" 2002-02-24 02:39:08 +00:00
cff still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
cid still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
otlayout still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
pcf * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
psaux still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
pshinter * include/freetype/internal/ftdebug.h, src/base/ftdebug.c: modified 2002-02-21 11:48:48 +00:00
psnames Adding the function `FT_Get_Next_Char', doing the obvious thing 2002-02-04 20:55:58 +00:00
raster renaming "ft_glyph_own_bitmap" into "FT_GLYPH_OWN_BITMAP" 2002-02-24 02:39:08 +00:00
sfnt yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
smooth renaming "ft_glyph_own_bitmap" into "FT_GLYPH_OWN_BITMAP" 2002-02-24 02:39:08 +00:00
tools fixed html quoting in DocMaker 2002-01-07 12:09:51 +00:00
truetype yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
type1 still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
winfonts renaming "ft_glyph_own_bitmap" into "FT_GLYPH_OWN_BITMAP" 2002-02-24 02:39:08 +00:00
Jamfile add support for new postscript hinter 2001-10-18 11:49:26 +00:00