获取“箭头”文本字段 AS3 中的符号
我有一个文本字段,其字体为“Arial”,它是动态的。它还需要 htmlText。 我正在使用 XML 将数据发送到文本字段。
我的问题是我想要在文本字段中出现一个箭头“→”。我尝试在包含 textField 的 swf 中嵌入“Symbol”字体,但它显示了 Register 符号。
我真的很困惑,任何帮助都将是我的救星!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如上所述,
→
和→
都可以工作。只需确保字符已嵌入即可。需要明确的是,您的 xml 看起来有点像这样:
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: