RE: [ft-devel] ClearType like rendering

2006-02-02 Thread Graham Asher
To improve the look of ClearType-style sub-pixel rendering you need to use a filter as described here: http://grc.com/cttech.htm Each sub-pixel value is partly spread out over its two neighbours to the left and right. I have used this method with the output from FreeType and it works very well.

Re: [ft-devel] ClearType like rendering

2006-02-02 Thread Ismail Donmez
Perşembe 2 Şubat 2006 15:32 tarihinde, Graham Asher şunları yazmıştı: Each sub-pixel value is partly spread out over its two neighbours to the left and right. I have used this method with the output from FreeType and it works very well. Thank you both for explanations! Graham, is your

[ft-devel] compiling of FT CVS with g++ is broken

2006-02-02 Thread Werner LEMBERG
David, your latest changes to the allocation functions and macros break compilation of FreeType with g++ instead of gcc. Werner ___ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel

Re: [ft-devel] compiling of FT CVS with g++ is broken

2006-02-02 Thread Ismail Donmez
Perşembe 2 Şubat 2006 12:32 tarihinde, Werner LEMBERG şunları yazmıştı: David, your latest changes to the allocation functions and macros break compilation of FreeType with g++ instead of gcc. Why would one do that? g++ usually is slower than gcc. Regards, ismail

Re: [ft-devel] compiling of FT CVS with g++ is broken

2006-02-02 Thread Ismail Donmez
Perşembe 2 Şubat 2006 23:59 tarihinde, Werner LEMBERG şunları yazmıştı: your latest changes to the allocation functions and macros break compilation of FreeType with g++ instead of gcc. Why would one do that? g++ usually is slower than gcc. Some platforms only ship with a C++ compiler