/[freetype]/freetype2/src/truetype/ttgload.c
ViewVC logotype

Diff of /freetype2/src/truetype/ttgload.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.142 by wl, Wed Jul 13 06:56:08 2005 UTC revision 1.143 by wl, Wed Jul 13 06:58:13 2005 UTC
# Line 1703  Line 1703 
1703        FT_GlyphLoader_CopyPoints( glyph->internal->loader, loader->gloader );        FT_GlyphLoader_CopyPoints( glyph->internal->loader, loader->gloader );
1704        glyph->outline = glyph->internal->loader->base.outline;        glyph->outline = glyph->internal->loader->base.outline;
1705    
 #if 0  
1706        /* translate array so that (0,0) is the glyph's origin */        /* translate array so that (0,0) is the glyph's origin */
1707        FT_Outline_Translate( &glyph->outline, -loader->pp1.x, 0 );        FT_Outline_Translate( &glyph->outline, -loader->pp1.x, 0 );
 #endif  
1708    
1709        FT_Outline_Get_CBox( &glyph->outline, &bbox );        FT_Outline_Get_CBox( &glyph->outline, &bbox );
1710      }      }

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26