I'm using Flash's TLFTextField
in a flex project. We can add bullets in TLFTextField
using HTMLText(li)
, but how can I add bullets to TLFTextField
without using HTMLText?
I can do bullets in Flash's classic TextField
using the bullet property of TextFormat
.
This is not a solid fix but this solved my problem. I share my code so that it may help anyone who come across this issue.