Sergey,
Is there something I need to do to get a regular rve to wordwrap when run in linux wine? I'm using linux mint 21.2 in a virtualbox VM. Could the VM or its settings be the issue?
Thanks
Stan
Linux Wordwrap
-
- Site Admin
- Posts: 17867
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Linux Wordwrap
What's the problem exactly?
(maybe it's an Uniscribe issue? Try assigning RVStyle.TextEngine = rvteWindows)
(maybe it's an Uniscribe issue? Try assigning RVStyle.TextEngine = rvteWindows)
Re: Linux Wordwrap
Sergey,
I'm trying to run a windows app using wine on linux mint. The text in any paragraph would not wordwrap correctly.
I tried assigning RVStyle.TextEngine = rvteWindows, and yes, that fixes it. The usp10.dll exists in my wine windows system32 folder so not sure why it doesn't work as is.
I may add a setting to choose the text engine in my app. Thanks for the help.
Stan
I'm trying to run a windows app using wine on linux mint. The text in any paragraph would not wordwrap correctly.
I tried assigning RVStyle.TextEngine = rvteWindows, and yes, that fixes it. The usp10.dll exists in my wine windows system32 folder so not sure why it doesn't work as is.
I may add a setting to choose the text engine in my app. Thanks for the help.
Stan