ChangeSet ID: 10003260670386127620004117 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/09/12 16:21:08
Modified files: . : configure configure.in dlls/gdi : Makefile.in dlls/ttydrv : objects.c dlls/wineps : font.c graphics/enhmetafiledrv: objects.c graphics/metafiledrv: objects.c graphics/win16drv: font.c graphics/x11drv: xfont.c include : config.h.in font.h gdi.h objects : dc.c font.c gdiobj.c Added files: dlls/gdi : freetype.c
Log message: Huw D M Davies hdavies@codeweavers.com Lay down the infrastructure for gdi font rendering. Partial implementation of GetGylphOutline and GetOutlineTextMetrics for gdi fonts.
Patch: http://cvs.winehq.com/patch.py?id=10003260670386127620004117
Revision Changes Path 1.223 +144 -143 wine/configure 1.223 +2 -1 wine/configure.in 1.16 +3 -0 wine/dlls/gdi/Makefile.in 1.1 +0 -0 wine/dlls/gdi/freetype.c 1.6 +1 -6 wine/dlls/ttydrv/objects.c 1.21 +1 -4 wine/dlls/wineps/font.c 1.15 +3 -6 wine/graphics/enhmetafiledrv/objects.c 1.20 +3 -4 wine/graphics/metafiledrv/objects.c 1.22 +4 -6 wine/graphics/win16drv/font.c 1.85 +5 -6 wine/graphics/x11drv/xfont.c 1.87 +3 -0 wine/include/config.h.in 1.6 +12 -1 wine/include/font.h 1.52 +3 -0 wine/include/gdi.h 1.65 +9 -0 wine/objects/dc.c 1.51 +204 -94 wine/objects/font.c 1.59 +48 -1 wine/objects/gdiobj.c