shithub: freetype+ttf2subf

Download patch

ref: 22e44e067b6957b15eaaea7711ae96bfd028ea5b
parent: f2573a061174eedf0ce1e46a94e963ba275615ba
author: Werner Lemberg <[email protected]>
date: Fri Aug 5 05:57:17 EDT 2011

[truetype] Remove incorrect comments.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -5708,7 +5708,6 @@
         }
       }
       else
-        /* XXX: UNDOCUMENTED! SHP touches the points */
         MOVE_Zp2_Point( point, dx, dy, TRUE );
 
       CUR.GS.loop--;
@@ -5769,7 +5768,6 @@
         last_point = 0;
     }
 
-    /* XXX: UNDOCUMENTED! SHC touches the points */
     for ( i = first_point; i <= last_point; i++ )
     {
       if ( zp.cur != CUR.zp2.cur || refp != i )
@@ -6306,7 +6304,6 @@
     if ( ( CUR.opcode & 16 ) != 0 )
       CUR.GS.rp0 = point;
 
-    /* XXX: UNDOCUMENTED! */
     CUR.GS.rp2 = point;
   }