ChangeSet ID: 1017871707710937189943255 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/04/03 16:08:27
Modified files: dlls/gdi : freetype.c gdi32.spec dlls/x11drv : xrender.c include : font.h gdi.h wingdi.h objects : font.c
Log message: Huw D M Davies hdavies@codeweavers.com Implement GetTextExtentPointI and add support for ETO_GLYPH_INDEX.
Patch: http://cvs.winehq.com/patch.py?id=1017871707710937189943255
Revision Changes Path 1.11 +34 -0 wine/dlls/gdi/freetype.c 1.14 +5 -4 wine/dlls/gdi/gdi32.spec 1.6 +22 -12 wine/dlls/x11drv/xrender.c 1.13 +1 -0 wine/include/font.h 1.59 +52 -0 wine/include/gdi.h 1.69 +4 -2 wine/include/wingdi.h 1.67 +40 -1 wine/objects/font.c