http://bugs.winehq.org/show_bug.cgi?id=5121
fasici@linux-sevenler.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|QClxListview font problem |Can't display fonts in | |listboxes
------- Additional Comments From fasici@linux-sevenler.org 2006-29-05 09:57 ------- When I make the following modification, it correctly works with all windows version. The problem occurs when flags variable is 4.
--- a/dlls/gdi/font.c +++ b/dlls/gdi/font.c @@ -1653,6 +1653,7 @@ BOOL WINAPI ExtTextOutA( HDC hdc, INT x, BOOL ret; LPINT lpDxW = NULL;
+ flags = 0; if (flags & ETO_GLYPH_INDEX) return ExtTextOutW( hdc, x, y, flags, lprect, (LPCWSTR)str, count, lpDx );