https://bugs.winehq.org/show_bug.cgi?id=50501
Bug ID: 50501 Summary: Default wrapping mode DWRITE_WORD_WRAPPING_WRAP is not handled correctly Product: Wine Version: 6.0-rc6 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: dwrite Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Distribution: ---
Split from bug 50494, test program attached there could be used to reproduce. Mode DWRITE_WORD_WRAPPING_WRAP is more permissive than current implementation, it not only enables wrapping after clusters with canWrapLineAfter == 1, but also breaks after any cluster if current line had no good wrapping position otherwise.