[Bug 13801] Very slow text rendering in AutoCAD

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 21 04:47:36 CDT 2008


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





--- Comment #6 from max at veneto.com  2008-06-21 04:47:35 ---
BTW, ExtTextOutW is the culprit for this bug, but there's another slow down,
seen on particular zoom factors. It doesn't make use of ExtTextOutW but makes
panning even slower (5-6 seconds for a pan...) on my test drawing.
Fonts are "paint" as strange blocks... I must still investigate if autocad uses
a third way to "optimize" them for this scale factor.
I'm thinking that it makes some bitmaps and puts them on screen with some sort
of bitblt operation, but thato one should be another bug report, I guess.

I don't know if it makes sense to attatch a test drawing, as these bugs depends
on zoom factor, so on user screen resolution, sizes of autocad window on screen
and so on.
My test drawing is composed of a matrix of 33x17 single line texts, size 30,
spaced normally (about 1/2 size vertically, 1 size orizontally) containing
string "PIPPO", in Bookman Old Style font; anyways any true type font does the
job.

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