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, 20 Aug 2002 20:21:32 +0200 (CEST)

Another unanswered question...

>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...
>
>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)


    Werner



reply via email to

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