https://bugs.winehq.org/show_bug.cgi?id=45698 Bug ID: 45698 Summary: Gdiplus::GraphicsPath::AddString does trim multi line string Product: Wine Version: 3.14 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs(a)winehq.org Reporter: nikolaysemenkov(a)gmail.com Distribution: --- The call Gdiplus::GraphicsPath::AddString(wszText, nText, &fontFamily, Style, fSize, ptOrigin, &textFormat) Arguments: wszText: "12345 7890122 3456" nText: 18, wszfontFamily: "FreeMono", Style: 0, fSize: 18.000000, ptOrigin: 0.000000,0.000000, textFormat: Constructed without arguments The issue is Rendered Output is truncated: "12345 78" No issue on native windows. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.