freetype/src
David Turner 53b3fa1da5 * renaming stream functions to the FT_Subject_Action scheme:
FT_Seek_Stream         => FT_Stream_Seek
          FT_Skip_Stream         => FT_Stream_Skip
          FT_Read_Stream         => FT_Stream_Read
          FT_Read_Stream_At      => FT_Stream_Read_At
          FT_Access_Frame        => FT_Stream_Enter_Frame
          FT_Forget_Frame        => FT_Stream_Exit_Frame
          FT_Extract_Frame       => FT_Stream_Extract_Frame
          FT_Release_Frame       => FT_Stream_Release_Frame
          FT_Get_XXXX            => FT_Stream_Get_XXXX
          FT_Read_XXXX           => FT_Stream_Read_XXXX

          note also that:

          FT_New_Stream( filename, stream ) =>
            FT_Stream_Open( stream, filename )

          (the function doesn't create the FT_Stream structure, it simply
           initializes it for reading)

          FT_New_Memory_Stream( library, FT_Byte*  base, size, stream ) =>
            FT_Stream_Open_Memory( stream, const FT_Byte* base, size )

          FT_Done_Stream => FT_Stream_Close

          note that the name of the stream methods, defined in
          "include/freetype/ftsystem.h" have also been changed without
          problems:

            FT_Stream_IO    => FT_Stream_IOFunc
            FT_Stream_Close => FT_Stream_CloseFunc
2002-02-24 05:26:57 +00:00
..
autohint * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
base * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
cache renaming "ft_glyph_own_bitmap" into "FT_GLYPH_OWN_BITMAP" 2002-02-24 02:39:08 +00:00
cff * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
cid Adding the function `FT_Get_Next_Char', doing the obvious thing 2002-02-04 20:55:58 +00:00
pcf * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
psaux * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +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 * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +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 * moving all code related to glyph loaders to "internal/ftgloadr.h" 2002-02-24 02:59:24 +00:00
type1 Add support for ISOLatin1 PS encoding. 2002-02-10 12:33:14 +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