/[freetype]/freetype2/src/truetype/ttinterp.h
ViewVC logotype

Diff of /freetype2/src/truetype/ttinterp.h

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

revision 1.27 by werner, Tue Nov 23 22:10:21 2004 UTC revision 1.28 by olvaffe, Tue Aug 16 01:54:59 2005 UTC
# Line 263  FT_BEGIN_HEADER Line 263  FT_BEGIN_HEADER
263    /*    Only the glyph loader and debugger should call this function.      */    /*    Only the glyph loader and debugger should call this function.      */
264    /*                                                                       */    /*                                                                       */
265    FT_EXPORT( TT_ExecContext )    FT_EXPORT( TT_ExecContext )
266    TT_New_Context( TT_Face  face );    TT_New_Context( TT_Driver  driver );
   
267    
268    FT_LOCAL( FT_Error )    FT_LOCAL( FT_Error )
269    TT_Done_Context( TT_ExecContext  exec );    TT_Done_Context( TT_ExecContext  exec );
270    
271    FT_LOCAL( FT_Error )    FT_LOCAL( FT_Error )
   TT_Destroy_Context( TT_ExecContext  exec,  
                       FT_Memory       memory );  
   
   FT_LOCAL( FT_Error )  
272    TT_Load_Context( TT_ExecContext  exec,    TT_Load_Context( TT_ExecContext  exec,
273                     TT_Face         face,                     TT_Face         face,
274                     TT_Size         size );                     TT_Size         size );

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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