freetype
[Top][All Lists]
Advanced

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

[Freetype] Freetype Memory


From: henry . maddocks
Subject: [Freetype] Freetype Memory
Date: Mon, 23 Jul 2001 17:32:05 +1200

I've got a bug that seems to be coming from freetype. When loading a series of glyph bitmaps of a large face size my program just exits. No crash, no warning ie FT_Errors, just a clean exit. I can stop it happening for a given face by making the point size smaller.
It happens in one of the following functions...

FT_Load_Glyph( *face, glyphIndex, FT_LOAD_DEFAULT);
FT_Get_Glyph( (*face)->glyph, &ftglyph);
FT_Glyph_To_Bitmap( &glyph, ft_render_mode_normal, 0, 1);

Sorry I can't remember which, I'll check for certain when I get home:
( The function never returns. It's almost like if it can't allocate the memory it exits.

Does this ring any bells? By the way I'm using the Mac version of freetype 2.0.4.

Henry

"I can run faster scared than you can angry"



reply via email to

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