[Bug 13801] Very slow text rendering in AutoCAD

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 21 05:01:56 CDT 2008


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





--- Comment #7 from max at veneto.com  2008-06-21 05:01:55 ---
Patching this code (from Line 1946 of Font.c), commenting out the pExtTextOut()
;
[code]
        if (PATH_IsPathOpen(dc->path))
            ret = PATH_ExtTextOut(dc, x, y, (flags & ~ETO_OPAQUE), &rc,
                                  glyphs ? glyphs : reordered_str, count,
deltas);
        else
//            ret = dc->funcs->pExtTextOut(dc->physDev, x, y, (flags &
~ETO_OPAQUE), &rc,
//                                     glyphs ? glyphs : reordered_str, count,
deltas);
ret = TRUE;
    }

done:
[/code]
Makes panning as fast as in 3d mode (obviously no text is displayed!).
Anyways it doesn't interfere (nor solve) the other bug I pointed to in my
previous post.

Max


-- 
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