RichViewEdit cannot display border around text

General TRichView support forum. Please post your questions here
Post Reply
vtrz
Posts: 1
Joined: Fri Oct 13, 2017 1:09 pm

RichViewEdit cannot display border around text

Post by vtrz »

Hi, I have a simple .rtf file, which, being opened in MSWord or LibreOffice editor, is rendered as a text with a dotted border around:

Code: Select all

{\rtf1
\box\brdrdot
Hello, World
}
However, if I load this file in RichViewEdit Demo, the border is not showing at all. Is it a restriction for TRichView?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RichViewEdit cannot display border around text

Post by Sergey Tkachenko »

Yes, \box keyword is not supported, only \brdrt \brdrb \brdrl \brdrr.
I'll add \box support in the next update.

PS: dotted paragraph borders are not supported yet. Supported border types: http://www.trichview.com/help/idh_type_ ... style.html
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RichViewEdit cannot display border around text

Post by Sergey Tkachenko »

\box is supported in v17.0 (already uploaded)
Post Reply