freetype
[Top][All Lists]
Advanced

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

[Freetype] Re: [Devel] rendering bug reintroduced in freetype 2.1.7


From: Torgeir Veimo
Subject: [Freetype] Re: [Devel] rendering bug reintroduced in freetype 2.1.7
Date: Tue, 02 Mar 2004 12:04:11 +0000

On Mon, 2004-03-01 at 23:31 +0100, Werner LEMBERG wrote:

> > Here's a fix which restores the rendering as it was in 2.1.4;
> > 
> > --- src/pshinter/pshglob.c      2004-02-05 15:31:55.893371707 +0000
> > +++ src/pshinter/pshglob.c-orig 2004-02-05 15:29:16.757977331 +0000
> > @@ -663,7 +663,7 @@
> >            read++;
> >          }
> >   
> > -        dim->stdw.count = write - dim->stdw.widths; 
> > +        dim->stdw.count = priv->num_snap_heights;
> >        }
> >   
> >        /* copy blue zones */
> > 
> > I'm not qualified to say what is really happening here. 
> 
> I've meanwhile committed a similar fix (among other small
> improvements):
> 
>   dim->stdw.count = priv->num_snap_heights + 1;
> 
> Please test.

o's and i's look very nice now. Not just the stem width is correct, but
rendering in general seems to be improved somewhat. Compare with 2.1.3
here (subpixel antialiasing);

http://nothome.com/freetype2.1.3.png
http://nothome.com/freetype-cvs.png

-- 
Torgeir Veimo <address@hidden>




reply via email to

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