0
votes

I have a textField, which has font face to "Arial", its dynamic. It also takes htmlText. I am using XML to send data to the textField.

My problem is that I want an arrow "→" in the textField. I have tried embedding "Symbol" font in the swf containing textField but its showing a Register sign.

I'm really stuck with this, any help would be a life-saver!

1
have you tried →, →, →, and ? - zzzzBov
I forgot to embed the character. I figured if I embed the "Symbol" font and link it with the textField, it'd work. But turns out these symbols are already in Arial, we just need to manually embed them. Thanks for the help zzzBov - Sworup Shakya

1 Answers

1
votes

As mentioned above, the → and → both work. Just make sure the characters are embedded.

To be clear, you xml would look a bit like this:

<p>This is a &#8594; arrow character</p>
<p>This is another &#x2192; arrow character</p>