gdiplus: Implement GdipCloneImage for metafiles with a handle.
[wine] / dlls / gdiplus / tests / font.c
2012-10-26  Dmitry Timoshkovgdiplus: GdipGetLogFont should use device scale and...
2012-10-23  Dmitry Timoshkovgdiplus: Test also lf.lfEscapement and lf.lfOrientation...
2012-10-12  Dmitry Timoshkovgdiplus: Add a test for GdipMeasureDriverString called...
2012-10-11  Dmitry Timoshkovgdiplus: Clarify where extra Y margin added by GdipMeas...
2012-10-09  Dmitry Timoshkovgdiplus: Add more font transformation tests.
2012-10-08  Dmitry Timoshkovgdiplus: Add a font transformation test.
2012-09-27  Dmitry Timoshkovgdiplus: Take into account font substitution in GdipCre...
2012-09-27  Dmitry Timoshkovgdiplus: Take into account font substitution in GdipCre...
2012-09-27  Dmitry Timoshkovgdiplus: Move font substitution test into a separate...
2012-06-19  Dmitry Timoshkovgdiplus: Add a test for creating a nonexistent font...
2012-05-11  Dmitry Timoshkovgdiplus: Add a bunch of tests for internal font metrics.
2012-04-23  Dmitry Timoshkovgdiplus: Use Tahoma instead of Arial for gdiplus font...
2011-09-13  Francois Gougetgdiplus/tests: Don't check for hardcoded family font...
2011-02-07  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2010-10-25  Austin Lundgdiplus/tests: Fix GetLogFont charset tests for Asian...
2010-07-01  Alexandre Julliardgdiplus/tests: Don't fail if we do find Microsoft Sans...
2010-04-16  Vincent Povirkgdiplus: Do not create FontFamilies for bitmap fonts.
2010-03-26  Justin Chevriergdiplus: Handle UnitWorld in GdipGetFontHeightGivenDPI.
2010-03-26  Justin Chevriergdiplus/tests: Add GdipGetFontHeightGivenDPI tests.
2009-12-15  Huw Daviesgdiplus: Fix a memory leak in the tests.
2009-09-08  Vincent Povirkgdiplus: Don't accept MS Sans Serif as the generic...
2009-08-19  Alexandre Julliardgdiplus/tests: Use the global wine_dbgstr_w instead...
2009-04-28  Vincent Povirkgdiplus: Create a static InstalledFontCollection object...
2009-04-28  Vincent Povirkgdiplus: Add test for GdipNewInstalledFontCollection.
2009-04-24  Paul Vriensgdiplus/tests: Fix test failures on Win98 by using...
2008-12-16  Nikolay Sivovgdiplus: Fix Font test failure on charset mismatch.
2008-11-24  Hans Leidekkergdiplus: Implement GdipGetLineSpacing.
2008-08-28  Adam Petacciagdiplus: Don't create a font if there is no facename.
2008-08-28  Adam Petacciagdiplus: Implement GdipGetFontStyle.
2008-08-28  Adam Petacciagdiplus: Implement GdipGetFamily.
2008-08-28  Adam Petacciagdiplus: Test for GdipGetFontStyle.
2008-08-28  Adam Petacciagdiplus: Test for GdipGetFamily.
2008-08-05  Adam Petacciagdiplus: Skip the generic font tests if we don't have...
2008-07-29  Nikolay Sivovgdiplus: Add a test that shows GdipCreateFontFromLogfon...
2008-07-21  Huw Daviesgdiplus: Remove incorrect test.
2008-07-18  Huw Daviesgdiplus: Skip some tests if certain fonts are not insta...
2008-07-10  Francois GougetAssorted spelling fixes.
2008-07-10  Francois Gougetgdiplus/tests: Spelling fix.
2008-07-08  Huw Daviesgdiplus: Add a test to show that bitmap fonts aren...
2008-07-07  Adam Petacciagdiplus: Implement GdipGetEmHeight.
2008-07-07  Adam Petacciagdiplus: Implement GdipGetCellDescent.
2008-07-07  Adam Petacciagdiplus: Implement GdipGetCellAscent.
2008-07-07  Adam Petacciagdiplus: Tests for FontFamily properties.
2008-07-07  Adam Petacciagdiplus: Implement GdipCloneFontFamily.
2008-07-07  Adam Petacciagdiplus: test_getgenerics: Don't use a pointer-to-point...
2008-07-07  Adam Petacciagdiplus: test_fontfamily: Don't use a pointer-to-pointe...
2008-07-07  Adam Petacciagdiplus: Valgrind: fix warnings about using uninitializ...
2008-07-03  Michael Stefaniucgdiplus: Remove redundant NULL check before GdipFree...
2008-06-25  Adam Petacciagdiplus: Tests for new font functions.
2008-06-25  Adam Petacciagdiplus: Tests for GetGeneric*.
2008-06-25  Adam Petacciagdiplus: Tests for FontFamily.
2007-08-15  Evan Stadegdiplus: Save elements of font's style.
2007-08-15  Evan Stadegdiplus: Added more font tests.
2007-08-15  Evan Stadegdiplus: Fixed conformance of font constructor.
2007-08-15  Evan Stadegdiplus: Added font tests.