Have ExtTextOut call into the font linking mechanism.
[wine] / dlls / gdi / font.c
2005-09-08  Huw DaviesHave ExtTextOut call into the font linking mechanism.
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-08-19  Huw DaviesSimplify ExtTextOut a bit. Should be a nop.
2005-08-15  Vikram KumarAdded stub for EnableEUDC.
2005-08-08  Mike McCormackWarning fixes for gcc 4.0.
2005-07-18  Robert ShearmanImplement and test GdiGetCharDimensions.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-22  TANABE HiroshiAdded Multibyte character set support in GetGlyphOutlineA.
2005-02-21  Alex Villacís LassoImplemented GetGlyphOutline16.
2005-01-05  Vitaly LipatovAdd description for ExtTextOut (also include comments...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Dmitry TimoshkovFully initialize NEWTEXTMETRICEXW structure for bitmap...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-01  Mike McCormackAdd a basic GDI LOGFONT test, fix a couple of failures.
2004-07-21  Alexandre JulliardMoved all files from the objects/ directory to dlls...