/[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.132 by werner, Fri Nov 19 10:35:52 2004 UTC revision 1.133 by freetype, Tue Feb 22 16:53:06 2005 UTC
# Line 1019  Line 1019 
1019    
1020  #endif /* FT_CONFIG_OPTION_INCREMENTAL */  #endif /* FT_CONFIG_OPTION_INCREMENTAL */
1021    
1022      {      offset = tt_face_get_location( face, glyph_index, &count );
       offset = face->glyph_locations[glyph_index];  
       count  = 0;  
   
       if ( glyph_index < (FT_UInt)face->num_locations - 1 )  
         count = (FT_UInt)( face->glyph_locations[glyph_index + 1] - offset );  
     }  
1023    
1024      if ( count == 0 )      if ( count == 0 )
1025      {      {

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

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