ChangeSet ID: 1012273374590196086093783 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/01/28 22:02:55
Modified files: . : configure configure.in dlls/gdi : freetype.c include : config.h.in font.h gdi.h objects : dc.c font.c gdiobj.c
Log message: Huw D M Davies hdavies@codeweavers.com Charles Loep charles@codeweavers.com Various fixes for gdi font handling code including: - Using TTs VDMX table to ensure that we get exactly that same size font that Windows uses. - Fixes to many members of the metrics structures. - Font cache. - Rotated text support. - Support for GGO_GRAY?_BITMAP (ready for anti-aliased text). - Support for GGO_NATIVE.
Patch: http://cvs.winehq.com/patch.py?id=1012273374590196086093783
Revision Changes Path 1.249 +154 -133 wine/configure 1.250 +4 -0 wine/configure.in 1.4 +805 -125 wine/dlls/gdi/freetype.c 1.96 +3 -0 wine/include/config.h.in 1.9 +1 -2 wine/include/font.h 1.56 +2 -0 wine/include/gdi.h 1.68 +0 -2 wine/objects/dc.c 1.62 +54 -14 wine/objects/font.c 1.64 +15 -8 wine/objects/gdiobj.c