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 gdi32: Clip the computed region to the DIB rectangle in PolyPolygon(). 2018-04-04 15:43:52 +02:00
enhmfdrv gdi32: Check for truncated EMF files. 2018-05-09 15:54:08 +02:00
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 gdi32: Take DPI awareness into account for the LOGPIXELSX/Y device caps. 2018-04-12 13:26:31 +02:00
enhmetafile.c gdi32: Check that emf records are within the file. 2018-05-09 15:55:01 +02:00
font.c gdi32: Avoid awkward cast in GetGlyphOutlineA (Coverity). 2018-06-01 20:01:28 +02:00
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 gdi32: Check for truncated EMF files. 2018-05-09 15:54:08 +02:00
gdiobj.c gdi32: Scale stock fonts based on the DPI awareness. 2018-04-12 13:50:01 +02:00
icm.c
mapping.c
metafile.c
opengl.c
painting.c
palette.c
path.c gdi32: Fix memory leak on error in PATH_WidenPath (Coverity). 2018-06-04 14:22:36 +02:00
pen.c
printdrv.c
region.c gdi32: Clip the computed region to the DIB rectangle in PolyPolygon(). 2018-04-04 15:43:52 +02:00
resource.h
vertical.c
vulkan.c