Re: [6/6] d3dx9: Add tests for basic ID3DXFont functions

2009-06-17 Thread Tony Wasserka
Roderick Colenbrander schrieb: > Hi Tony, > > +hr = D3DXCreateFontA(device, 12, 0, FW_DONTCARE, 0, FALSE, > DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH, > "Arial", &font); > > A bunch of font tests all use Arial. On Windows this font is always > around, what happens on W

Re: [6/6] d3dx9: Add tests for basic ID3DXFont functions

2009-06-17 Thread Roderick Colenbrander
Hi Tony, +hr = D3DXCreateFontA(device, 12, 0, FW_DONTCARE, 0, FALSE, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH, "Arial", &font); A bunch of font tests all use Arial. On Windows this font is always around, what happens on Wine when this font isn't around? Perhaps the