freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Suspected error in cff_parse_font_matrix


From: David Turner
Subject: Re: [Devel] Suspected error in cff_parse_font_matrix
Date: Fri, 11 May 2001 16:23:34 +0200

Sander van der Wal a écrit :
> 
> Hi Tom
> 
> > I took a closer look at what was going on.  Try the following and
> see if it
> > fixes your problem:
> >
> >       *upm = (FT_UShort)( FT_DivFix( 0x10000L,
> > -                          FT_DivFix( temp, 1000 ) ) >> 16 );
> > +                          FT_DivFix( temp, 1000 ) ) );
> >
> > Let me know how you fare...
> 
> Hi Tom
> 
> This does indeed fixes the bug.
> 

Tom, you don't seem to have commited this fix, should I do
this now ??

Regards,

- David



reply via email to

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