shithub: freetype+ttf2subf

Download patch

ref: baed3dd044ddc73397e77018db7069bd189712d3
parent: 07437dba173627a8e37d391f7c83b390b564e937
author: Werner Lemberg <[email protected]>
date: Wed Jul 13 02:58:13 EDT 2005

Oops!  Undo private change.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -1703,10 +1703,8 @@
       FT_GlyphLoader_CopyPoints( glyph->internal->loader, loader->gloader );
       glyph->outline = glyph->internal->loader->base.outline;
 
-#if 0
       /* translate array so that (0,0) is the glyph's origin */
       FT_Outline_Translate( &glyph->outline, -loader->pp1.x, 0 );
-#endif
 
       FT_Outline_Get_CBox( &glyph->outline, &bbox );
     }