freetype2/include/freetype/internal
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
..
autohint.h formatting 2002-03-29 23:23:28 +00:00
bdftypes.h * src/type42/t42drivr.c: s/T42_ENCODING_TYPE_/T1_ENCODING_TYPE_/. 2002-05-21 14:13:01 +00:00
cfftypes.h * src/cff/cffcmap.c, src/cff/cffcmap.h, Jamfile, rules.mk: new files added 2002-07-10 16:52:06 +00:00
fnttypes.h formatting 2002-03-29 23:23:28 +00:00
ftcalc.h Fixes from the stable branch: 2002-04-02 14:50:31 +00:00
ftcore.h * include/freetype/internal/fthash.h, src/base/fthash.c: 2002-05-01 08:46:56 +00:00
ftdebug.h Fixing ChangeLog entries. 2002-07-26 09:09:10 +00:00
ftdriver.h * include/freetype/config/ftoption.h, include/freetype/internal/tttypes.h, 2002-07-17 21:52:20 +00:00
ftexcept.h * include/freetype/internal/fthash.h, src/base/fthash.c: 2002-05-01 08:46:56 +00:00
ftgloadr.h formatting 2002-03-29 23:23:28 +00:00
fthash.h updatinf the object sub-system and dynamic hash table implementations 2002-07-11 16:27:16 +00:00
ftmemory.h * src/pfr/pfrload.c (pfr_extra_items_farse): Fix debug message. 2002-04-20 05:38:33 +00:00
ftobject.h updatinf the object sub-system and dynamic hash table implementations 2002-07-11 16:27:16 +00:00
ftobjs.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftstream.h * src/type1/t1gload.h, src/type1/t1gload.c: fixed incorrect 2002-04-19 15:13:47 +00:00
fttrace.h * src/type42/t42drivr.c: s/T42_ENCODING_TYPE_/T1_ENCODING_TYPE_/. 2002-05-21 14:13:01 +00:00
internal.h updatinf the object sub-system and dynamic hash table implementations 2002-07-11 16:27:16 +00:00
pcftypes.h finishing function header formatting 2001-06-28 17:49:10 +00:00
psaux.h * include/freetype/t1tables.h, include/freetype/internal/psaux.h, 2002-07-11 11:26:21 +00:00
pshints.h Fixing ChangeLog entries. 2002-07-26 09:09:10 +00:00
psnames.h * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
sfnt.h `interface' is reserved on the Mac. 2002-04-30 06:37:52 +00:00
t1types.h * src/type42/t42drivr.c: s/T42_ENCODING_TYPE_/T1_ENCODING_TYPE_/. 2002-05-21 14:13:01 +00:00
t42types.h Minor fixes. Formatting. 2002-06-22 13:35:41 +00:00
tttypes.h * include/freetype/config/ftoption.h, include/freetype/internal/tttypes.h, 2002-07-17 21:52:20 +00:00