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.

Best regards,

Graham Asher




___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


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 code open in some way?


 No, I'm sorry. I was paid to write it for a commercial company.

 By the way, when I said  Each sub-pixel value is partly spread out over
 its two neighbours to the left and right I meant two neighbours on the
 left and two on the right - that is, the filter spreads the value over five
 pixels in total.

Thank you Graham, I will look into this.

Regards,
ismail


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


[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


___
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 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 by default (you might ask
 Nelson Beebe for details).

Ah I see.

Regards,
ismail


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel