freetype-devel
[Top][All Lists]
Advanced

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

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


From: George Williams
Subject: [Devel] Re: [SF BUG #474273 ] Single width not applied properly
Date: Thu, 25 Oct 2001 07:20:57 -0700

At 11:49 AM 10/24/2001 +0200, Antoine Leca wrote:
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:5711)
              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)

My appologies gentlemen,
I submitted an update to this bug yesterday, but after you downloaded it. I got the line numbers wrong, they should be:
correct ones are 5451 and 5540.

(Thank you very much for making freetype available, it has been a great help to me recently)





reply via email to

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