Page 1 of 1

Formating text using variables

Posted: Mon Aug 06, 2012 12:42 pm
by tethys
Is there any way to format text (fe. Bold) using variables? I was looking for event like "OnVariableChange" but i coudn't find it.

Re: Formating text using variables

Posted: Mon Aug 06, 2012 1:15 pm
by Alex K.
Hello,

As a way, you can use Conditions for this task.

Thank you.

Re: Formating text using variables

Posted: Tue Aug 07, 2012 10:53 am
by tethys
Thanks. But can I modify Text's Font using conditions? I mean can i do something like Text.Font = font, where font = new Font(...)?

Re: Formating text using variables

Posted: Tue Aug 07, 2012 11:37 am
by HighAley
Hello.
tethys wrote:Thanks. But can I modify Text's Font using conditions? I mean can i do something like Text.Font = font, where font = new Font(...)?
You could set the condition like on image.
ConditionFontName.png
ConditionFontName.png (58.06 KiB) Viewed 1728 times
Thank you.