/[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.141 by freetype, Thu Jun 30 11:46:46 2005 UTC revision 1.142 by wl, Wed Jul 13 06:56:08 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    
1706    #if 0
1707        /* translate array so that (0,0) is the glyph's origin */        /* translate array so that (0,0) is the glyph's origin */
1708        FT_Outline_Translate( &glyph->outline, -loader->pp1.x, 0 );        FT_Outline_Translate( &glyph->outline, -loader->pp1.x, 0 );
1709    #endif
1710    
1711        FT_Outline_Get_CBox( &glyph->outline, &bbox );        FT_Outline_Get_CBox( &glyph->outline, &bbox );
1712      }      }

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

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