cufon icon indicating copy to clipboard operation
cufon copied to clipboard

Sub-pixel LCD rendering in canvas

Open majorz opened this issue 13 years ago • 0 comments

Since canvas supports pixel read/write access I am convinced sub-pixel LCD rendering can be implemented on a JavaScript level. I suggest supporting that in Cufon in an optional manner.

Here are some sample implementations (not JavaScript) that produce nice results. The algorithms are pretty straightforward: http://gidden.net/tom/2006/05/29/lcd-resampling/ http://oyhus.no/SubLCD.html http://www.freetype.org/freetype2/docs/reference/ft2-lcd_filtering.html

I may contribute some of my time on working on such implementation if the author is willing to include such feature in the library.

majorz avatar Sep 23 '10 10:09 majorz