freetype2/include/freetype/internal
David Turner c9bcd833ba * include/freetype/internal/ftstream.h,
src/base/ftstream.c, src/cff/cffload.c, src/pcf/pcfread.c,
          src/sfnt/ttcmap.c, src/sfnt/ttcmap0.c, src/sfnt/ttload.c,
          src/sfnt/ttpost.c, src/sfnt/ttsbit.c,
          src/truetype/ttgload.c, src/truetype/ttpload.c,
          src/winfonts/winfnt.c:

            changed the definitions of stream macros. Examples:

              NEXT_Byte     => FT_NEXT_BYTE
              NEXT_Short    => FT_NEXT_SHORT
              NEXT_UShortLE => FT_NEXT_USHORT_LE
              READ_Short    => FT_READ_SHORT
              GET_Long      => FT_GET_LONG
              etc..

            also introduced the FT_PEEK_XXXX functions..
2002-03-22 12:55:23 +00:00
..
autohint.h formatting 2002-03-20 09:42:31 +00:00
cfftypes.h * include/freetype/internal/cfftypes.h, src/cff/*.c: updating the 2002-03-14 08:57:10 +00:00
fnttypes.h * include/freetype/internal/fnttypes.h, src/winfnt/*.c: updating 2002-03-14 09:01:32 +00:00
ftcalc.h
ftdebug.h
ftdriver.h formatting 2002-03-14 09:30:52 +00:00
ftgloadr.h no message 2002-03-14 12:56:35 +00:00
ftmemory.h * include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx ) 2002-03-01 02:26:22 +00:00
ftobjs.h * include/freetype/internal/ftobjs.h: changing the definition of 2002-03-20 09:44:20 +00:00
ftstream.h * include/freetype/internal/ftstream.h, 2002-03-22 12:55:23 +00:00
fttrace.h
internal.h
pcftypes.h
psaux.h * src/psaux/t1cmap.h, src/psaux/t1cmap.c, src/type1/t1cmap.h, 2002-03-21 15:02:54 +00:00
pshints.h * include/freetype/internal/psglobals.h (removed), 2002-03-14 11:26: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 formatting 2002-03-20 09:42:31 +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 * renaming stream macros. Examples: 2002-03-20 10:49:31 +00:00