[Bug 21943] New: GetCharABCWidthsI does not return correct widths when handling a DC with dc->gdiFont == null

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 6 10:35:17 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21943

           Summary: GetCharABCWidthsI does not return correct widths when
                    handling a DC with dc->gdiFont == null
           Product: Wine
           Version: 1.1.40
          Platform: x86-64
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P4
         Component: gdi32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: culex.eriklund at gmail.com


Created an attachment (id=26641)
 --> (http://bugs.winehq.org/attachment.cgi?id=26641)
Log from running Aztaka

When GetCharABCWidths is passed a HDC thats DC* has dc->gdiFont == null it
performs no calculation to alter the argument LPABC abc to reflect the real
widths of the characters. Presumably abc is populated by the average width of
the characters as can be gotten from GetTextMetricsW since text does show up at
all, though truncated.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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