Edit

kc3-lang/freetype/src/raster1

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2000-09-19 19:44:42
    Hash : 4e38576a
    Message : fixed a bug that happened when rendering spaces in monochrome mode.. actually, when outline.num_points == 0, it is legal to have outline.points == 0 too. The code did return a FT_Err_Invalid_Outline error incorrectly then because the checks were not performed in the correct order