I was too slow:
cvs- mailinglist:
Modified Files:
Tag: QT_WIN32_3_3_BRANCH
qfontengine_win.cpp
Log Message:
Replace GetGlyphIndices with GetCharacterPlacement for Windows 9x compatibility.
But it is very nice to see that Christopher has the same ideas:
+ if ( advances )
+ gi.lpDx = advances;
+ gi.lpGlyphs = (LPWSTR)glyphs;
Peter