Hi,

im trying to make a text zone, using a panel as background,
and a TEXT to show some text lines, using a TTF font (i.e: Arial 12). AS this is a TTF, letters have different pixel width.

Well, i want to show the text with "hyperlinks", that is, it the text is black, over a white background, some of the text words are highlighted on blue.
I think the way to develop this is by using more than 1 TEXT,
using more TEXT controls as needed depending of the number of words or lines to show. But to put together all the lines or TEXTs, i need to know the size of every work or line.
Example:
One line
Another line with Hyperlink inside
Other line

Special line


If this is too complicate, i at least want to have coloures strings, that is, every string (normally printed on one line)can have a different color or other lines. The line color is supplied on another variable.
To do this, i need to know the size of the line: if the line is too long to be shown on only one line (line wrap), so i can occupy more than 1 line, and the following line (or TEXT), with a different color, will be next to the last previous line.
Example:

One line
Another line with Hyperlink
Other line
Special Line

Any help with this?
Thanks!