Page 1 of 1

Linux Wordwrap

Posted: Wed Jul 16, 2025 8:54 pm
by standay
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

Re: Linux Wordwrap

Posted: Thu Jul 17, 2025 10:18 am
by Sergey Tkachenko
What's the problem exactly?

(maybe it's an Uniscribe issue? Try assigning RVStyle.TextEngine = rvteWindows)

Re: Linux Wordwrap

Posted: Thu Jul 17, 2025 10:49 am
by standay
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