On Tue, Mar 10, 2020 at 11:22 AM Sven Baars sbaars@codeweavers.com wrote:
@@ -617,6 +625,9 @@ static INT WINAPI ID3DXFontImpl_DrawTextW(ID3DXFont *iface, ID3DXSprite *sprite, if (format & DT_CALCRECT) format |= DT_NOCLIP;
- if (format & DT_SINGLELINE)
format &= ~DT_WORDBREAK;
I don't think we have a test for this specific case at the moment, it would be nice to have one.