freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FreeType 2.3.1 in preparation (was Re: [ft] unhappy about recent "light"


From: David Turner
Subject: FreeType 2.3.1 in preparation (was Re: [ft] unhappy about recent "light" changes)
Date: Tue, 30 Jan 2007 11:43:19 +0100

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, address@hidden 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]