Edit

kc3-lang/freetype/src/smooth

Branch :

  • Show log

    Commit

  • Author : suzuki toshiya
    Date : 2014-11-27 17:53:20
    Hash : 1b057040
    Message : Prevent too negative values (< FT_INT_MIN) in bitmap metrics, suggested by Alexei. * src/pfr/pfrsbit.c (pfr_slot_load_bitmap): Prevent too negative values in `xpos' and `ypos + ysize'. * src/smooth/ftsmooth.c (ft_smooth_render_generic): Prevent too negative values in `x_left' and `y_top'. Either negative values in `width' and `height' are checked.