freetype2/include/freetype
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
..
cache * builds/amiga/*: Adaptations to latest changes. 2001-12-22 14:38:40 +00:00
config renaming "ft_glyph_own_bitmap" into "FT_GLYPH_OWN_BITMAP" 2002-02-24 02:39:08 +00:00
internal still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
freetype.h Add support for ISOLatin1 PS encoding. 2002-02-10 12:33:14 +00:00
ftbbox.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftcache.h Formatting. 2001-12-20 17:49:10 +00:00
ftchapters.h * include/freetype/ftsizes.h, src/base/ftobjs.c, src/cache/ftcmanag.c: 2001-10-07 13:30:26 +00:00
fterrdef.h adding file containing error definitions (unlike fterrors.h which also 2002-02-22 17:57:05 +00:00
fterrors.h * include/freetype/internal/ftdebug.h (FT_Trace): Remove comma in 2002-02-22 00:58:04 +00:00
ftglyph.h * src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning. 2001-12-16 08:17:33 +00:00
ftimage.h Formatting. 2002-01-09 21:01:18 +00:00
ftlist.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftmac.h Formatting. 2001-12-07 21:56:32 +00:00
ftmm.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftmoderr.h Formatting. 2001-06-19 23:03:41 +00:00
ftmodule.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftoutln.h * src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler 2002-01-03 22:06:13 +00:00
ftrender.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftsizes.h Fixed a bug in `glnames.py' that prevented it from generating 2001-10-10 19:56:42 +00:00
ftsnames.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftsynth.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftsystem.h * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
fttrigon.h finishing function header formatting 2001-06-28 17:49:10 +00:00
fttypes.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1tables.h still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
ttnameid.h Formatting. 2001-12-05 01:22:05 +00:00
tttables.h Updating to OpenType 1.3. 2001-08-13 11:44:29 +00:00
tttags.h finishing function header formatting 2001-06-28 17:49:10 +00:00