http://bugs.winehq.org/show_bug.cgi?id=9982
Summary: Dragin NaturallySpeaking training module - text is too big. Product: Wine Version: CVS/GIT Platform: PC URL: http://www.nuance.com OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: susancragin@earthlink.net
wine-0.9.46-249-g54a4717 When training Dragon NaturallySpeaking 9, the text in the training box has gotten a bit bigger than it used to be. In one instance, one of the words disappears below the rim of the box. The training box cannot be resized. To complete training, you have to pronounce all the words. So you have to know that the word is there, and that you are supposed to say it.
http://bugs.winehq.org/show_bug.cgi?id=9982
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2007-10-10 16:06:54 --- Got a screenshot?
http://bugs.winehq.org/show_bug.cgi?id=9982
--- Comment #2 from Susan Cragin susancragin@earthlink.net 2007-10-10 19:46:14 --- (In reply to comment #1) Got a screenshot?
Got one of this problem, one of repeating text. http://picasaweb.google.com/susancragin/ScreenShots
http://bugs.winehq.org/show_bug.cgi?id=9982
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Dragin NaturallySpeaking |Dragon NaturallySpeaking |training module - text is |training module - text is |too big. |too big.
http://bugs.winehq.org/show_bug.cgi?id=9982
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Dan Kegel dank@kegel.com 2007-12-06 16:34:58 --- Confirmed. I saw this with the Alice in Wonderland training sample, right when the rabbit was about to go down the hole. Susan confirms that it happens for her on that and on the Dave Barry one (her screenshot shows the latter).
The workaround is to just pick one of the other training texts.
http://bugs.winehq.org/show_bug.cgi?id=9982
--- Comment #4 from Maarten Lankhorst maarten@codeweavers.com 2007-12-11 17:07:07 --- Created an attachment (id=9605) --> (http://bugs.winehq.org/attachment.cgi?id=9605) Wine patch to add "MS Shell Dlg 2" as Tahoma, and "MS Shell Dlg" as "Microsoft Sans Serif"
This is a proper patch that would fix the font issue, unfortunately it doesn't work since wine doesn't have a sans serif by default. As a workaround you can use the sans serif from a windows installation.
http://bugs.winehq.org/show_bug.cgi?id=9982
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2007-12-12 22:35:16 --- (In reply to comment #4)
Created an attachment (id=9605)
--> (http://bugs.winehq.org/attachment.cgi?id=9605) [details]
Wine patch to add "MS Shell Dlg 2" as Tahoma, and "MS Shell Dlg" as "Microsoft Sans Serif" This is a proper patch that would fix the font issue, unfortunately it doesn't work since wine doesn't have a sans serif by default. As a workaround you can use the sans serif from a windows installation.
"MS Shell Dlg" mapping to "Microsoft Sans Serif" (a TrueType font) was introduced in win2k (I think), pervious versions of Windows has it mapped to "MS Sans Serif" (a bitmap font). Wine has a replacement for "MS Sans Serif" unfortunately recent Huw's patch broke usage of "MS Sans Serif" as a fallback font, see bug 8983, bug 9995.
In general, introducing a font substitution to a font not existing in Wine is a bad idea. If you revert the Huw's patch that has caused a regression in the bugs above does it make things look better?
http://bugs.winehq.org/show_bug.cgi?id=9982
Maarten Lankhorst maarten@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maarten@codeweavers.com
--- Comment #6 from Maarten Lankhorst maarten@codeweavers.com 2007-12-24 09:22:14 --- It looks slightly better with ms sans serif, however the bitmap font doesn't scale and looks quite ugly with firefox. So truetype font with similar metrics to sans serif is needed.
http://bugs.winehq.org/show_bug.cgi?id=9982
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2007-12-24 09:34:01 --- (In reply to comment #6)
It looks slightly better with ms sans serif, however the bitmap font doesn't scale and looks quite ugly with firefox. So truetype font with similar metrics to sans serif is needed.
Inability to scale bitmap fonts is a Wine bug.
http://bugs.winehq.org/show_bug.cgi?id=9982
--- Comment #8 from Austin English austinenglish@gmail.com 2008-06-12 12:33:54 --- Is this still an issue in current (1.0-rc4) or newer wine?
http://bugs.winehq.org/show_bug.cgi?id=9982
--- Comment #9 from Susan Cragin susancragin@earthlink.net 2008-06-13 20:49:57 --- Created an attachment (id=13985) --> (http://bugs.winehq.org/attachment.cgi?id=13985) Screenshot of training screen with word "heads" truncated.
http://bugs.winehq.org/show_bug.cgi?id=9982
--- Comment #10 from Susan Cragin susancragin@earthlink.net 2008-06-13 21:03:03 --- (From update of attachment 13985) This screenshot was done with wine version: wine-1.0-rc5
http://bugs.winehq.org/show_bug.cgi?id=9982
--- Comment #11 from Susan Cragin susancragin@earthlink.net 2008-06-13 21:03:59 --- (From update of attachment 13985) Done with: wine-1.0-rc5
http://bugs.winehq.org/show_bug.cgi?id=9982
Susan Cragin susancragin@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #12 from Susan Cragin susancragin@earthlink.net 2008-06-25 14:32:25 --- This is fixed as of wine-1.0-381-g92c8cac. (Or actually, as of the git before that, but I forgot to make a note.) Text looks great now, nice and crisp, smaller than it was. Everything fits.
http://bugs.winehq.org/show_bug.cgi?id=9982
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2008-06-27 09:58:31 --- Closing bugs fixed in 1.1.0.
http://bugs.winehq.org/show_bug.cgi?id=9982
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified