freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Inconsistent Function Type


From: Werner LEMBERG
Subject: Re: [ft-devel] Inconsistent Function Type
Date: Fri, 02 Sep 2005 09:44:58 +0200 (CEST)

> In a header file  include/freetype/ftrender.h ,
> 
> typedef void
>    (*FT_Glyph_TransformFunc)( FT_Glyph    glyph,
>                               FT_Matrix*  matrix,
>                               FT_Vector*  delta )
> 
> But in a source file  src/base/ftglyph.c ,
> 
> FT_CALLBACK_DEF( void )
>    ft_outline_glyph_transform( FT_Glyph          outline_glyph,
>                                const FT_Matrix*  matrix,
>                                const FT_Vector*  delta )

This has been fixed already in the CVS, please try.  Thanks for the
report.


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]