• Show log

    Commit

  • Hash : 4e38576a
    Author : David Turner
    Date : 2000-09-19T19:44:42

    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