freetype2/include/freetype
David Turner b08fe2dc7a * massive re-formatting changes to many, many source files. I don't
want to list them all here. The operations performed were all logical
    transformations of the sources:

      - trying to convert all enums and constants to CAPITALIZED_STYLE, with
        #define definitions like

          #define  my_old_constants   MY_NEW_CONSTANT

      - big, big update of the documentation comments

    * include/freetype/freetype.h, src/base/ftobjs.c, src/smooth/ftsmooth.c,
    include/freetype/ftimage.h: adding support for LCD-optimized rendering
    though the new constants/enums:

      FT_RENDER_MODE_LCD, FT_RENDER_MODE_LCD_V
      FT_PIXEL_MODE_LCD,  FT_PIXEL_MODE_LCD_V

    this is still work in progress, don't expect everything to work correctly
    though most of the features have been implemented.

    * adding new FT_LOAD_XXX flags, used to specify both hinting and rendering
    targets:

      FT_LOAD_TARGET_NORMAL :: anti-aliased hinting & rendering
      FT_LOAD_TARGET_MONO   :: monochrome bitmaps
      FT_LOAD_TARGET_LCD    :: horizontal RGB/BGR decimated hinting & rendering
      FT_LOAD_TARGET_LCD_V  :: vertical RGB/BGR decimated hinting & rendering

    note that FT_LOAD_TARGET_NORMAL is 0, which means that the default
    behaviour of the font engine is _unchanged_.
2002-08-27 20:20:29 +00:00
..
cache * include/freetype/cache/ftccache.h, src/cache/ftccache.i, 2002-07-17 20:56:48 +00:00
config Add support for Apple composite glyphs. 2002-08-16 12:46:52 +00:00
internal * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
freetype.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftbbox.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftbdf.h * builds/amiga/makefile, builds/amiga/smakefile, 2002-05-28 22:38:05 +00:00
ftcache.h Formatting. 2001-12-20 17:49:10 +00:00
ftchapters.h documentation updates for 2.1.2 2002-06-23 10:57:31 +00:00
fterrdef.h * src/type42/t42drivr.c: s/T42_ENCODING_TYPE_/T1_ENCODING_TYPE_/. 2002-05-21 14:13:01 +00:00
fterrors.h * builds/vms/ftconfig.h: Rename LOCAL_DEF and LOCAL_FUNC to 2002-03-29 07:43:04 +00:00
ftglyph.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftimage.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftincrem.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +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 * src/pfr/pfrerror.h: New file. 2002-04-28 10:25:55 +00:00
ftmodule.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftoutln.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftrender.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftsizes.h documentation updates for 2.1.2 2002-06-23 10:57:31 +00:00
ftsnames.h * src/truetype/ttgload.c: 16bit fixes. 2002-04-01 14:25:28 +00:00
ftstroker.h * include/freetype/ftstroker.h, src/base/ftstroker.c, src/base/Jamfile: 2002-07-01 21:53:54 +00:00
ftsynth.h * include/freetype/ftsynth.h, src/base/ftsynth.c: rewriting the automatic 2002-07-01 21:33:48 +00:00
ftsysio.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftsysmem.h * include/freetype/internal/fthash.h, src/base/fthash.c: 2002-05-01 08:46:56 +00:00
ftsystem.h * builds/vms/ftconfig.h: Rename LOCAL_DEF and LOCAL_FUNC to 2002-03-29 07:43:04 +00:00
fttrigon.h Fixing ChangeLog entries. 2002-07-26 09:09:10 +00:00
fttypes.h Adding some comments. 2002-08-18 07:15:52 +00:00
ftxf86.h * src/bdf/descrip.mms, src/type42/descrip.mms: New files. 2002-05-30 19:22:14 +00:00
t1tables.h * include/freetype/t1tables.h, include/freetype/internal/psaux.h, 2002-07-11 11:26:21 +00:00
ttnameid.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +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