Hello all, OK, I just *de-activated* the light hinting "improvements". That's because We need to release 2.3.1 now since it contains an important CFF bugfix.
The optimization will be re-enabled after that, and we'll have the time to tune/compare/appreciate it if we want. I've just updated version numbers and tagged the sources with VER-2-3-1. Werner, could you check things then prepare a new release ? Thanks, - David On Sat, 27 Jan 2007 20:05:44 -0500, [EMAIL PROTECTED] said: > I think I know why I don't like the current spacing. I removed the > heuristic quarter-point and it improved in many places. See the > attached snapshots. It is not a universal improvement but, at least, I > think that that quarter-point needs more thought, and, maybe, should > be abandoned. > > pros: "Popular", "U.S.", "More:", "Waits" > cons: "Video", "World" > > > > --- afloader.c 2007-01-26 17:18:55.000000000 -0500 > +++ afloader.c 2007-01-27 17:26:35.000000000 -0500 > @@ -233,7 +233,7 @@ > FT_Pos pp2x = loader->pp2.x; > > loader->pp1.x = FT_PIX_ROUND( pp1x + hints->xmin_delta ); > - loader->pp2.x = FT_PIX_ROUND( pp2x + hints->xmax_delta + 16 ); > + loader->pp2.x = FT_PIX_ROUND( pp2x + hints->xmax_delta ); > > slot->lsb_delta = loader->pp1.x - pp1x; > slot->rsb_delta = loader->pp2.x - pp2x; _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
