On Mon, Oct 17, 2005 at 08:00:07PM +0200, Claudio Ciccani via CVS wrote: > CVSROOT: /cvs/directfb > Module name: DirectFB > Changes by: klan 20051017 20:00:07 > > Modified files: > interfaces/IDirectFBFont: idirectfbfont_ft2.c > > Log message: > Fixed segmentation fault when loading OpenType fonts.
This fix basically a workaround for a freetype bug. Calling FT_New_Face() with face_index == -1 is legal and should work. I just tracked the problem down in freetype but don't know how to fix it exactly so I mailed freetype-devel with the details and hopefully will get a response soon. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
