/[freetype]/freetype2/src/type42/t42objs.c
ViewVC logotype

Diff of /freetype2/src/type42/t42objs.c

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

revision 1.23 by werner, Sat Feb 14 19:21:37 2004 UTC revision 1.24 by wl, Fri May 20 21:52:19 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    Type 42 objects manager (body).                                      */  /*    Type 42 objects manager (body).                                      */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 2002, 2003, 2004 by Roberto Alameda.                         */  /*  Copyright 2002, 2003, 2004, 2005 by Roberto Alameda.                   */
8  /*                                                                         */  /*                                                                         */
9  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
10  /*  modified, and distributed under the terms of the FreeType project      */  /*  modified, and distributed under the terms of the FreeType project      */
# Line 515  Line 515 
515    FT_LOCAL_DEF( void )    FT_LOCAL_DEF( void )
516    T42_GlyphSlot_Done( T42_GlyphSlot slot )    T42_GlyphSlot_Done( T42_GlyphSlot slot )
517    {    {
518      FT_Face       face    = slot->root.face;      FT_Done_GlyphSlot( slot->ttslot );
     T42_Face      t42face = (T42_Face)face;  
     FT_GlyphSlot  cur     = t42face->ttf_face->glyph;  
   
   
     while ( cur )  
     {  
       if ( cur == slot->ttslot )  
       {  
         FT_Done_GlyphSlot( slot->ttslot );  
         break;  
       }  
   
       cur = cur->next;  
     }  
519    }    }
520    
521    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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