WPF RIchtextbox 如何显示 Unicode?

发布于 2024-07-25 12:49:18 字数 247 浏览 3 评论 0原文

我在WPF项目中使用WPF RichTexBox控件。 我遇到的问题是它无法将 unicode 显示为 Win 项目中的 System.Windows.Forms.RichTextbox。

例如:当我复制一段中文并将其粘贴到 WPF Richtextbox 时。 字体损坏,无法显示。 但是当我使用 System.Windows.Forms.RichTextbox 控件时,我显示正常。

那么,在WPF项目中如何解决这个问题呢?

I use the WPF RichTexBox control in WPF project. The problem I get stuck in is it cannot display the unicode as the System.Windows.Forms.RichTextbox in Win Project.

E.g : When I copy a paragraph of Chinese language and paste it to the WPF Richtextbox. The font is break and it cannot display. But when I use System.Windows.Forms.RichTextbox control then I display ok.

So, how can I resolve this problem in WPF project.

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

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

发布评论

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

评论(1

风吹雪碎 2024-08-01 12:49:18

我猜你使用的字体不支持 Unicode。 尝试确保您使用支持 Unicode 的字体来显示中文字符。 (如果您不知道,请在写字板中尝试一些常见字体,例如 Tahoma。)

I would guess that you're using a font that doesn't support Unicode. Try making sure you're using a Unicode-capable font to display the Chinese characters. (If you don't know, try a few common fonts, like Tahoma, in wordpad.)

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