/[freetype]/freetype2/src/base/ftgxval.c
ViewVC logotype

Diff of /freetype2/src/base/ftgxval.c

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

revision 1.2 by wl, Thu Aug 25 06:00:55 2005 UTC revision 1.3 by mpsuzuki, Fri Nov 18 07:47:06 2005 UTC
# Line 69  Line 69 
69    }    }
70    
71    
72      FT_EXPORT_DEF( void )
73      FT_TrueTypeGX_Free( FT_Face   face,
74                          FT_Bytes  table )
75      {
76        FT_Memory  memory = FT_FACE_MEMORY( face );
77    
78    
79        FT_FREE( table );
80      }
81    
82    
83    FT_EXPORT_DEF( FT_Error )    FT_EXPORT_DEF( FT_Error )
84    FT_ClassicKern_Validate( FT_Face    face,    FT_ClassicKern_Validate( FT_Face    face,
85                             FT_UInt    validation_flags,                             FT_UInt    validation_flags,
# Line 104  Line 115 
115    }    }
116    
117    
118      FT_EXPORT_DEF( void )
119      FT_ClassicKern_Free( FT_Face   face,
120                           FT_Bytes  table )
121      {
122        FT_Memory  memory = FT_FACE_MEMORY( face );
123    
124    
125        FT_FREE( table );
126      }
127    
128    
129  /* END */  /* END */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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