freetype-devel
[Top][All Lists]
Advanced

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

[Devel] GD - freetype support


From: Robb Hill
Subject: [Devel] GD - freetype support
Date: Mon, 8 Oct 2001 10:46:45 -0400

Hi,

Has anyone compiled GD for GD.pm with freetype support for Win32 Perl 5.6?
The reason I ask is that the GD binary that is available at activestate via
ppm for 5.6.1 just draws pretty bounding boxes and no glyphs.

Thanks,
Robb

-----Original Message-----
From: address@hidden [mailto:address@hidden
Behalf Of Peter Daukintis
Sent: Monday, October 08, 2001 10:20 AM
To: 'address@hidden'
Subject: [Devel] mem leak in t1 loading


Hello,

I seem to be experiencing a memory leak when loading a type 1 font with the
following code lines;

FT_Library library = NULL;
FT_Face face;

FT_Init_FreeType(&library);

// mem check point here.......

FT_New_Face( library, filepath, 0, &face);
FT_Done_Face(face);

// mem dump here.......

FT_Done_FreeType(library);

The subrs table seems to be leaking memory, is there a fix for this or maybe
I 've made a mistake here but I couldn't find a free to correspond with
FT_Alloc: size = 4096, block = 0x0299A028, ref = 0x0012F2E4. I've attached
the output trace.

Regards, Peter D. <<output.txt>>





reply via email to

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