ChangeSet ID: 1017866474573010606997745 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/04/03 14:41:14
Modified files: dlls/gdi : freetype.c gdi32.spec include : font.h wingdi.h objects : font.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Implement GetGlyphIndices. Tweak GetCharacterPlacement to use it.
Patch: http://cvs.winehq.com/patch.py?id=1017866474573010606997745
Revision Changes Path 1.8 +22 -0 wine/dlls/gdi/freetype.c 1.13 +2 -0 wine/dlls/gdi/gdi32.spec 1.11 +2 -0 wine/include/font.h 1.68 +6 -0 wine/include/wingdi.h 1.65 +88 -41 wine/objects/font.c