freetype2/src/psaux
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
..
Jamfile * src/psaux/t1cmap.c: s/index/idx/. 2002-03-31 11:18:15 +00:00
descrip.mms * src/psaux/t1cmap.c: s/index/idx/. 2002-03-31 11:18:15 +00:00
module.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
psaux.c * src/psaux/t1cmap.c: s/index/idx/. 2002-03-31 11:18:15 +00:00
psauxerr.h Formatting. 2001-06-19 23:03:41 +00:00
psauxmod.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
psauxmod.h finishing function header formatting 2001-06-28 17:49:10 +00:00
psobjs.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
psobjs.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
rules.mk * src/psaux/t1cmap.c: s/index/idx/. 2002-03-31 11:18:15 +00:00
t1cmap.c * src/psaux/t1cmap.c (t1_cmap_custom_char_index, 2002-06-19 15:57:55 +00:00
t1cmap.h * src/psaux/t1cmap.c: s/index/idx/. 2002-03-31 11:18:15 +00:00
t1decode.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
t1decode.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00