freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] fix for definition of FT_Render_Glyph_Internal


From: David Turner
Subject: Re: [Devel] fix for definition of FT_Render_Glyph_Internal
Date: Fri, 07 Jun 2002 09:32:31 +0200

Hi Graham,

Graham Asher a écrit :
> 
> The function FT_Render_Glyph_Internal is declared as
> 
>   FT_BASE( FT_Error )
>   FT_Render_Glyph_Internal( FT_Library    library,
>                             FT_GlyphSlot  slot,
>                             FT_UInt       render_mode );
> 
> but defined as
> 
>   FT_EXPORT_DEF( FT_Error )
>   FT_Render_Glyph_Internal( FT_Library    library,
>                             FT_GlyphSlot  slot,
>                             FT_UInt       render_mode )
> 
> The definition, in ftobjs.c, should be changed to
> 
>   FT_BASE_DEF( FT_Error )
>   FT_Render_Glyph_Internal( FT_Library    library,
>                             FT_GlyphSlot  slot,
>                             FT_UInt       render_mode )
> 
> This error appears when FT_BASE_DEF and FT_EXPORT_DEF are different, which
> will happen when compiling FreeType as a Windows DLL.
>

Thanks, it's in the CVS !

By the way, would you need write access to the CVS repository (since you're
going to work heavily on FreeType, I suppose that you'd like at least a branch
of your own on it ??)


Regards,

- David Turner
- The FreeType Project  (www.freetype.org)



reply via email to

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