Skip to content
  • Werner Lemberg's avatar
    * *.mk: Added lots of `.PHONY' targets. · f6fdf537
    Werner Lemberg authored
    
    * *.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.
    f6fdf537