RE: [ft-devel] Migrating layout table validation code to a new CVSmodule

2005-11-21 Thread Turner, David
Hello mpsuzuki, as Werner said, there is no need to apologize. The OpenType and GX specifications are extremely complex (and underspecified), and it's very difficult to get this code right. I'll restate my point that I believe that the validation and processing code should be part of the same

RE: [ft-devel] current cvs on suse 10

2005-11-21 Thread Frederic Crozat
Le lundi 21 novembre 2005 à 10:08 +0100, Turner, David a écrit : ello, the problem is different from what you think. - fontconfig is buggy and uses FreeType internals when it shouldn't - Suse's patch is a kludge to avoid fixing fontconfig - we're not transitioning from FT_EXPORT to

Re: [ft-devel] module inclusion/exclusion

2005-11-21 Thread Werner LEMBERG
For systems that dont support dlopen() and only support static linking, the Amiga build can be used as example. The forthcoming libtool version fixes bugs of libltdl on static platforms. I would be glad if you could test whether libltdl (not necessarily the libtool script itself) runs under

Re: [ft-devel] current cvs on suse 10

2005-11-21 Thread Hans-Peter Jansen
Am Montag, 21. November 2005 10:23 schrieb Ismail Donmez: Monday 21 November 2005 11:08 tarihinde, Turner, David şunları yazmıştı: - fontconfig is buggy and uses FreeType internals when it shouldn't This is now fixed in Fontconfig's fc-2_4_branch . But Qt still uses fontconfig internals :(

Re: [ft-devel] current cvs on suse 10

2005-11-21 Thread Hans-Peter Jansen
Am Montag, 21. November 2005 10:10 schrieb Werner LEMBERG: While setting up 10.0 for an office environment, I noticed quite bad font display due to kerning errors compared to earlier versions. [...] That revealed a few problems, though. SUSE uses a patch to export a bunch of

Re: [ft-devel] Memory leak in bdfdrivr.c

2005-11-21 Thread Werner LEMBERG
The attached patch fixes a memory leak in bdfdrivr.c. Applied, thanks. Werner ___ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel

Re: [ft-devel] current cvs on suse 10

2005-11-21 Thread David Turner
You can't use Qt3 ( didn't check Qt but afaik its the same ) with freetype2 from cvs because it uses internal freetype functions which are not exported now. But it's possible to provide a patch that only relies on public APIs and structures to do the same thing. That's what we've done

Re: [ft-devel] Migrating layout table validation code to a new CVSmodule

2005-11-21 Thread mpsuzuki
On Mon, 21 Nov 2005 10:39:32 +0100 Turner, David [EMAIL PROTECTED] wrote: About plugin, it is good idea (although I'm afraid that FreeType is very very widely used on platforms without dlopen etc), but it will be long way work. It should be FreeType3, even if the binary compatibility is kept.