如何绘制文本上标-1(unicode)?
不幸的是,我需要直接在按钮上绘制文本,并且必须在其上放置 -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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个猜测,但您使用的字体可能不支持该字符。尝试寻找支持它的字体。
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.