gdi32, winex11.drv: Add support for subpixel font rendering.

ByeongSik Jeon bsjeon at hanmail.net
Wed Dec 10 08:50:44 CST 2008


This patch doesn't add any patent infringing code into the Wine source tree.
But, we need to rebuild the FreeType2 library with 
#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING .

Current libcairo, linxft use the different implementation.
But these implementation has the potentially patient infringing problem.

See the http://david.freetype.org/cleartype-patents.html .

---
 configure                  |    1 +
 configure.ac               |    1 +
 dlls/gdi32/freetype.c      |  150 +++++++++++++++++++++++++++++++++++++++++++-
 dlls/winex11.drv/xrender.c |   92 +++++++++++++++++++++++----
 include/config.h.in        |    3 +
 include/wingdi.h           |    7 ++-
 6 files changed, 236 insertions(+), 18 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1af0b792754660638c24cf770d7c0701af3d3a57.diff
Type: text/x-patch
Size: 16816 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081210/0a70ffbe/attachment-0001.bin 


More information about the wine-patches mailing list