Dear Sirs,

On Fri, 18 Nov 2005 10:05:32 +0900
[EMAIL PROTECTED] wrote:
>OK, I will do that. Give me 6 hours.

I attached 4 patches, please check.

freetype2_fix-FT_FREE_GX.patch:
        add FT_TrueTypeGX_Free() and FT_ClassicKern_Free()
freetype2_fix-FT_FREE_OT.patch
        add FT_OpenType_Free()
ft2demos_fix-FT_FREE_GX.patch
        fix ftvalid.c to use FT_TrueTypeGX_Free(), FT_ClassicKern_Free()
ft2demos_fix-FT_FREE_OT.patch
        fix ftvalid.c to use FT_OpenType_Free()

I wrote FT_TrueTypeGX_Free() to receive FT_Face (to
identify the memory object) and FT_Bytes to free,
but it is possible to receive FT_Memory instead of
FT_Face. Any recommendation?

Regards,
mpsuzuki

Attachment: freetype2_fix-FT_FREE_GX.patch
Description: Binary data

Attachment: freetype2_fix-FT_FREE_OT.patch
Description: Binary data

Attachment: ft2demos_fix-FT_FREE_GX.patch
Description: Binary data

Attachment: ft2demos_fix-FT_FREE_OT.patch
Description: Binary data

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to