如何绘制文本上标-1(unicode)?

发布于 2024-12-15 22:15:20 字数 157 浏览 2 评论 0原文

不幸的是,我需要直接在按钮上绘制文本,并且必须在其上放置 -1 上标。

问题是,drawText 打印小方块而不是 '\u207b' 或 ⁻,而它正确打印 '\u00b9' 或 ¹。我怀疑 drawText 无法识别某些 unicode 字符。

这种情况我该怎么办呢?

Unfortunately, I need to directly drawText on a button and I have to put -1 superscript on it.

Problem is that drawText prints small square instead of '\u207b' or ⁻ while it correctly prints '\u00b9' or ¹. I suspect drawText does not recognize certain unicode characters.

In this case, what can I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

也只是曾经 2024-12-22 22:15:20

这是一个猜测,但您使用的字体可能不支持该字符。尝试寻找支持它的字体。

This is a guess, but that character probably isn't supported by the font that you're using. Try looking for a font that supports it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文