• Show log

    Commit

  • Hash : 594f0c96
    Author : Werner Lemberg
    Date : 2000-12-20T22:09:41

    * *.mk: Added lots of `.PHONY' targets.
    
    
    * *.mk: Implemented `platform' target to disable auto-detection.
    
    
    Added support for clipped direct rendering in the smooth renderer.
    This should not break binary compatibility of existing applications.
    * include/freetype/fttypes.h, include/freetype/ftimage.h: Move
    definition of the FT_BBox structure from the former to the latter.
    * include/freetype/ftimage.h: Add `ft_raster_flag_clip' value to
    FT_Raster_Flag enumeration.
    Add `clip_box' element to FT_Raster_Params structure.
    * src/smooth/ftgrays.c (grays_convert_glyph): Implement it.
    
    * src/raster/ftraster.c (ft_black_render): Test for unsupported
    direct rendering before testing arguments.