Sweden-Number/dlls/gdi32
Dmitry Timoshkov c1f742021f gdi32: For symbol fonts check whether the char has been converted to Unicode.
This means that Unicode versions of text functions can use the result
of a A->W conversion under CP_ACP.

It's required so that the following will work:
  hfont = CreateFont("Wingdings", SYMBOL_CHARSET);
  SendMessageA(hwnd, WM_SETFONT, hfont);
  SendMessageA(hwnd, WM_SETTEXT, textA);

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-22 12:45:33 +02:00
..
dibdrv
enhmfdrv
mfdrv
tests gdi32/tests: Test writing to the default palette. 2018-06-22 12:45:00 +02:00
Makefile.in
bidi.c
bitblt.c
bitmap.c
brush.c
clipping.c
dc.c
dib.c
driver.c
enhmetafile.c
font.c
freetype.c gdi32: For symbol fonts check whether the char has been converted to Unicode. 2018-06-22 12:45:33 +02:00
gdi32.rc
gdi32.spec
gdi_private.h
gdiobj.c
icm.c
mapping.c
metafile.c
opengl.c
painting.c
palette.c
path.c
pen.c
printdrv.c
region.c
resource.h
vertical.c
vulkan.c