[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] rendering bug reintroduced in freetype 2.1.7
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] rendering bug reintroduced in freetype 2.1.7 |
Date: |
Mon, 01 Mar 2004 23:31:20 +0100 (CET) |
> 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.
Werner
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Devel] rendering bug reintroduced in freetype 2.1.7,
Werner LEMBERG <=