Sweden-Number/dlls/gdi32
Akihiro Sagawa f50e649578 gdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double of tmAveCharWidth.
For instance, 19 ppem "VL Gothic" on Windows, the advance value is 10
for half-width characters, but 18 for full-width characters.  In this
case, tmAveCharWidth is 9. Thus using tmAveCharWidth is reasonable.
2013-04-04 19:39:00 +02:00
..
dibdrv gdi32: Add a helper function to order the points of a rectangle. 2012-12-14 17:37:33 +01:00
enhmfdrv gdi32: SelectClipPath should update actual clipping region for a EMF DC. 2013-02-15 11:50:32 +01:00
mfdrv
tests gdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double of tmAveCharWidth. 2013-04-04 19:39:00 +02:00
Makefile.in
bidi.c gdi32: Avoid signed-unsigned integer comparisons. 2013-01-21 12:51:15 +01:00
bitblt.c
bitmap.c
brush.c
clipping.c gdi32: Support wrongly ordered rectangles in RectVisible. 2012-12-14 17:37:41 +01:00
dc.c
dib.c gdi32: Avoid signed-unsigned integer comparisons. 2013-01-21 12:51:15 +01:00
driver.c gdi32: Use the Mac driver by default. 2013-04-02 12:47:28 +02:00
enhmetafile.c
font.c gdi32: Printer drivers don't use the character extra spacing if lpdx is supplied. 2013-03-26 17:07:37 +01:00
freetype.c gdi32: Improve fixed-pitch advance calculation as well as outline text metrics. 2013-04-04 19:38:46 +02:00
gdi32.rc
gdi32.spec gdi32: Add stub for GetFontResourceInfoW. 2013-01-22 20:02:00 +01:00
gdi_private.h gdi32: Add a helper function to order the points of a rectangle. 2012-12-14 17:37:33 +01:00
gdiobj.c
icm.c
mapping.c
metafile.c gdi32: Add support for disk-based metafiles to GetMetaFileBitsEx. 2013-03-25 13:56:09 +01:00
opengl.c
painting.c gdi32: Avoid signed-unsigned integer comparisons. 2013-01-21 12:51:15 +01:00
palette.c
path.c
pen.c
printdrv.c
region.c gdi32: Add a helper function to order the points of a rectangle. 2012-12-14 17:37:33 +01:00
resource.h