Richtext controll distances between letters are not correct

Stimulsoft Reports.NET discussion
Post Reply
szolex
Posts: 1
Joined: Thu Sep 19, 2013 9:27 am

Richtext controll distances between letters are not correct

Post by szolex »

First question:
In RichText controll how can we manage the distances between letters, because in preview or in printed format some letters are nearer or farther than the others?

For examples:
In a Text Controll, expression : 'Cégjegyzékszám'
In RichText Controll, included 'Cégjegyzékszám'

The two text's preview will be diffrent. The RichText shows wrong. In this case we can not use the RichText, but we need it.

Second:
In Rich Text Editor how can we use Ruler (or hide it)?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Richtext controll distances between letters are not corr

Post by Alex K. »

Hello,

This is rendering of the standard .NET RichTextBox component, and we cannot affect on its performance. Please try to set the Wysiyig property to true.
Alternatively, as a way, you can use a TextBox component using HTML tags.

Thank you.
Post Reply