[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ft-devel] ClearType like rendering
From: |
Graham Asher |
Subject: |
RE: [ft-devel] ClearType like rendering |
Date: |
Thu, 2 Feb 2006 07:52:52 -0000 |
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