[Bug 45698] New: Gdiplus::GraphicsPath:: AddString does trim multi line string

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 23 22:02:00 CDT 2018


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 at winehq.org
          Reporter: nikolaysemenkov at 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.



More information about the wine-bugs mailing list