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: Tom Kacvinsky
Subject: Re: [Devel] Suspected error in cff_parse_font_matrix
Date: Fri, 11 May 2001 10:29:07 -0400 (EDT)

Sure -- I have been busy here and haven't gotten around to this.  You might want
to check the code in the Type 1 and CID drivers, too.  I think the same mistake
might be there...

On Fri, 11 May 2001, David Turner wrote:

>
>
> 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
>
> _______________________________________________
> Devel mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/devel
>




reply via email to

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