Commit 4e38576a973b93e369a94de3f294ae440aea00df

David Turner 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