freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] autohinter suggestions


From: David Turner
Subject: Re: [Devel] autohinter suggestions
Date: Wed, 22 Jan 2003 23:47:10 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130

Hello,

David Chester wrote:

I see what you mean.  This seems to fix the problem:

--- ~/ft-clean/freetype2/src/autohint/ahhint.c   2003-01-12 13:26:10.00
+++ ./src/autohint/ahhint.c     2003-01-17 11:00:31.00
@@ -124,7 +124,7 @@

         else if ( ( base_flags & AH_EDGE_ROUND ) )
         {
-        if ( dist < 96 )
+        if ( dist < 80 )
             dist = 64;
         }
         else if ( dist < 56 )

Applied, thanks a lot,

- David Turner
- The FreeType Project  (www.freetype.org)





reply via email to

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