winex11.drv: Improve the xrender font compare method.

Byeong-Sik Jeon wjsqudtlr at gmail.com
Thu Mar 8 07:31:26 CST 2007


This patch related:
    1. WWN#314 http://www.winehq.org/site/?issue=314#Font%20Issue
    2. BUG#5865 http://bugs.winehq.org/show_bug.cgi?id=5865#c32

I know this bug before long long ago.
Today, i found the easy method for fixing this bug.
This patch is good work. :)

"LOGFONTW lf" is logical font. it is not unique.
GdiFont->name is physical font name.
"LOGFONT lf" + "devsize" + "gdifontname" makes the unique information.

changelog:
    Improve the xrender font compare method.
---
 dlls/gdi32/freetype.c      |    5 +++++
 dlls/winex11.drv/xrender.c |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 45aa2bb71ad6ba813df83d24a81ea7527931dca8.diff
Type: text/x-patch
Size: 1987 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070308/6f37233b/45aa2bb71ad6ba813df83d24a81ea7527931dca8.bin


More information about the wine-patches mailing list