/[freetype]/freetype2/include/freetype/ftoutln.h
ViewVC logotype

Diff of /freetype2/include/freetype/ftoutln.h

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

revision 1.28 by wl, Thu Apr 14 16:03:15 2005 UTC revision 1.29 by wl, Fri May 20 06:22:20 2005 UTC
# Line 250  FT_BEGIN_HEADER Line 250  FT_BEGIN_HEADER
250    /*    yOffset :: The vertical offset.                                    */    /*    yOffset :: The vertical offset.                                    */
251    /*                                                                       */    /*                                                                       */
252    FT_EXPORT( void )    FT_EXPORT( void )
253    FT_Outline_Translate( FT_Outline*  outline,    FT_Outline_Translate( const FT_Outline*  outline,
254                          FT_Pos       xOffset,                          FT_Pos             xOffset,
255                          FT_Pos       yOffset );                          FT_Pos             yOffset );
256    
257    
258    /*************************************************************************/    /*************************************************************************/
# Line 299  FT_BEGIN_HEADER Line 299  FT_BEGIN_HEADER
299    /*    outline's points.                                                  */    /*    outline's points.                                                  */
300    /*                                                                       */    /*                                                                       */
301    FT_EXPORT( void )    FT_EXPORT( void )
302    FT_Outline_Transform( FT_Outline*       outline,    FT_Outline_Transform( const FT_Outline*  outline,
303                          const FT_Matrix*  matrix );                          const FT_Matrix*   matrix );
304    
305    
306    /*************************************************************************/    /*************************************************************************/

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

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