Using <font style="..."></font> not working

Hi guys,

Is there any way the html style attribute can be used in actionscript templates?

For example, if I use

<font size=60px

then it works fine. If I try anything with the style attribute like

<font style=letter-spacing: -2px;

it gets completely ignored.

This is documented somewhere. Search for AS3 font style or something similar on Google.

you can use html style if you define the text as .htmlText

the example is here:

1 Like