Page 1 of 1

Custom Widget Multiline Text

Posted: 19 Feb 2016 14:39
by lueq
When I display multi line text in a custom widget and I supply the text in a variable, can I format different parts of the text differently?
E.g. make one line bold, the next regular? Maybe even change the font size?
If yes, how do I do that?

And if the full text does not fit into the text box displayed on the screen, can it scroll automagically?

Thanks!

Re: Custom Widget Multiline Text

Posted: 20 Feb 2016 11:16
by Martin
Hi,

Unfortunately that's not possible. A text element of a widget can only contain one text style and it's not scrollable.

Regards,
Martin

Re: Custom Widget Multiline Text

Posted: 20 Feb 2016 18:34
by lueq
Ok, thanks.