Re: [ft-devel] x_ppem == 0 with bytecode interpreter

2007-03-05 Thread David Turner
Hi all, doh ! this is just another of these silly typos. Fixed in the CVS, thanks for spotting this - David On Fri, 2 Mar 2007 04:15:46 +0100, Daniel Glöckner [EMAIL PROTECTED] said: While playing with Pango, I noticed that kerning didn't work. To my surprise it did work when enabling the

[ft-devel] Re: FreeType error reading CJKV font outlines.

2007-03-05 Thread Werner LEMBERG
Ok, in this case it maybe it would be a good idea to use strstr instead of ft_strcmp (line 286 ttobjs.c)? This way you could also detect most subsetted variations of 'tricky' fonts. Done. Thanks for the suggestion. Werner ___ Freetype-devel

Re: [ft-devel] xine-lib leaking memory (lot's) with freetype

2007-03-05 Thread Werner LEMBERG
What I found in the end was that if xine-lib is compiled with freetype support enabled every time FT_Init_FreeType is called (and fails) in osd.c freetype mallocs some memory that is not freed. You may be right. Could you try following patch? [...] In case this is the right fix please

Re: [ft-devel] xine-lib leaking memory (lot's) with freetype

2007-03-05 Thread Masatake YAMATO
In case this is the right fix please apply. David already applied a similar patch. I should apply my patch quickly to gain ChangeLog entries in this obvious case:-P Masatake YAMATO ___ Freetype-devel mailing list Freetype-devel@nongnu.org