freetype2/src/autohint
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
..
CatharonLicense.txt Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
Jamfile * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
ahangles.c Formatting. 2002-08-22 08:49:42 +00:00
ahangles.h * src/pshinter/pshalgo3.c, src/autohint/ahangles.c, 2002-08-21 21:34:59 +00:00
aherrors.h Formatting. 2001-06-19 23:03:41 +00:00
ahglobal.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahglobal.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahglyph.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahglyph.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahhint.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahhint.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahloader.h * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ahmodule.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahmodule.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ahoptim.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahoptim.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ahtypes.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
autohint.c finishing function header formatting 2001-06-28 17:49:10 +00:00
descrip.mms * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
mather.py Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
module.mk Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
rules.mk * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00