freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Re: [SF BUG #474273 ] Single width not applied properly


From: Werner LEMBERG
Subject: Re: [Devel] Re: [SF BUG #474273 ] Single width not applied properly
Date: Tue, 10 Jun 2003 01:25:54 +0200 (CEST)

> >Apple's docs for MDRP say:
> >               If the device space distance between the measured
> >               value taken from the uninstructed outline and the
> >               single width value is less than the single width
> >               cut-in...

Actually, the MS version says the same.

> >But the test in the code (ttinterp.c:5554)
> >               if ( ABS( org_dist ) < CUR.GS.single_width_cutin )
> >should it not read
> >               if ( ABS( org_dist-CUR.GS.single_width )<
> >               CUR.GS.single_width_cutin )
> >
> >A similar problem exists for MIRP (ttinterp.c:5800)

I've changed that.  Please test.


    Werner



reply via email to

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