Using RDL, I want to be able to emphasize (bold, underline, etc.) a word within a paragraph.
For example, to emit: "This is somevery importantfunctionality."
Can this be done?
Edmund
HI, Edmund:
You can first select the TextBox and you wiil see Font in the properties box. In the sublist, you can change the value of FontWeight to hightlight the text
|||Hi Edmund,
This is not possible(You can not apply different font/colour settings to text within same text box) . The only thing you (and what We are doing) can do is to use three different text boxes side by side and set the font weight of the middle box. So it will be something like this -
TextBox1 TextBox2 TextBox3
This is some very important functionality
|||
Thanks Aj,
This is what I tought of doing, but the problem is that I have a long paragraph and I want to emphasize a single word inside it.
Anyhow, maybe I'll simply UPPERCASE this word to have it show up of the rest.
Thanks, Edmund