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

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

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

revision 1.65 by werner, Mon May 17 09:25:04 2004 UTC revision 1.66 by wl, Wed May 11 20:04:35 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    FreeType convenience functions to handle glyphs (body).              */  /*    FreeType convenience functions to handle glyphs (body).              */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 1996-2001, 2002, 2003, 2004 by                               */  /*  Copyright 1996-2001, 2002, 2003, 2004, 2005 by                         */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  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,       */
# Line 306  Line 306 
306    
307    
308    FT_CALLBACK_DEF( void )    FT_CALLBACK_DEF( void )
309    ft_outline_glyph_transform( FT_Glyph    outline_glyph,    ft_outline_glyph_transform( FT_Glyph          outline_glyph,
310                                FT_Matrix*  matrix,                                const FT_Matrix*  matrix,
311                                FT_Vector*  delta )                                const FT_Vector*  delta )
312    {    {
313      FT_OutlineGlyph  glyph = (FT_OutlineGlyph)outline_glyph;      FT_OutlineGlyph  glyph = (FT_OutlineGlyph)outline_glyph;
314    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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