WPF RIchtextbox 如何显示 Unicode?
我在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜你使用的字体不支持 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.)