Hi Adam,
Tests you added in the following commit rely on the Arial font being installed, which is not necessarily the case. You can check out [1] for the test output of a system that does not have the Arial font. You should either test a font that is guaranteed to be installed (Tahoma?) or use some API to enumerate the available fonts and test one of those.
commit fe3d38d1a0e19e503048f8338f8f26cd0668d364 Author: Adam Petaccia adam@tpetaccia.com Date: Sat Jun 21 13:02:56 2008 -0400
gdiplus: Tests for new font functions.
[1] http://test.winehq.org/data/8fd6f0e26ae28f2ba4938e2fbcc4851f47baa53c/wine_xp...
Thanks, James Hawkins