freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Re: Debian Bug#213232: FTC_SBit_Cache_Lookup broken (?)


From: Werner LEMBERG
Subject: Re: [Devel] Re: Debian Bug#213232: FTC_SBit_Cache_Lookup broken (?)
Date: Mon, 20 Oct 2003 10:27:41 +0200 (CEST)

> > David and Werner, this is a wild guess, but would this have anything
> > to do with this?
> > http://www.freetype.org/pipermail/devel/2003-June/009485.html
> > 
> >      2003-07-01  Werner Lemberg  <address@hidden>
> > 
> >         * src/cache/ftcsbits.c (ftc_sbit_node_compare): Only add
> >         `size' if there is no error.  Reported by Knut St. Osmundsen
> >         <address@hidden>.
> 
> Yes, probably.  It is possible that this fix has unveiled another
> bug.  David?

I think I've found the problem:

  2003-08-18  David Turner  <address@hidden>

    * src/autohint/ahhint.c (ah_hinter_load_glyph): Use `|' for
      setting `load_flags'.

Solved by this:

  2003-10-19  Werner Lemberg  <address@hidden>

    * src/autohint/ahhint.c (ah_hinter_load_glyph): Patch from
      2003-08-18 introduced a severe bug (FT_Render_Glyph was called
      twice under some circumstances, causing strange results).  This
      is fixed now by clearing the FT_LOAD_RENDER bit of `load_flags'.

Please test.


    Werner



reply via email to

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