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
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