iphone sdk:使用自定义字体绘制奇怪的字符

发布于 2024-10-14 21:48:12 字数 149 浏览 1 评论 0原文

我正在视图中绘制自定义字体,但无法正确设置字符映射。问题是我无法绘制一些字符,例如“ü”,“ä”,“á”......显然是因为编码格式之间的差异。

为了简单起见,我想知道如何在 NSString 中存储与 0x00C9、0x00D1 等位置相对应的字符。有什么想法吗?

I'm drawing custom fonts in a view but I'm having trouble to set correctly the map of characters. The thing is that I'm unable to draw some of the characters such as "ü", "ä", "á"... apparently because of differences between the encoding formats.

To make this simple I would want to know how I can store in a NSString a character corresponding to a position such as 0x00C9, 0x00D1 and so on. Any idea?

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

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

发布评论

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

评论(1

无所谓啦 2024-10-21 21:48:12

您是否尝试过 [NSString stringWithUTF8String: ] ?

Have you tried [NSString stringWithUTF8String: ] ?

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