获取“箭头”文本字段 AS3 中的符号

发布于 2024-10-09 08:52:46 字数 186 浏览 0 评论 0原文

我有一个文本字段,其字体为“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红尘作伴 2024-10-16 08:52:46

如上所述, 都可以工作。只需确保字符已嵌入即可。

需要明确的是,您的 xml 看起来有点像这样:

<p>This is a → arrow character</p>
<p>This is another → arrow character</p>

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 → arrow character</p>
<p>This is another → arrow character</p>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文