C# WPF TextBlock 无法显示使用 eudcedit 创建的中文字符
我有一些使用Windows 10 eudcedit创建的中文字符。这些字符可以在WPF MessageBox中显示,但不能在WPF TextBlock中显示。任何人都可以提供任何解决方案来解决这些问题。 创建的角色可以在WPF MessageBox中显示
I have some Chinese Characters created using windows 10 eudcedit.Those characters can be shown in WPF MessageBox, but cannot be shown in WPF TextBlock.Can anyone provide any solution to solve the problems.
the created character can be shown in WPF MessageBox
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您想使用您修改的字体指定 TextBlock。
您也希望将该字体包含到您的应用程序中。也许你想读这个。
如何在 WPF 应用程序中包含外部字体而不安装它
I think that you want to specify that TextBlock using the font that you modified.
You want to include that font to your application too. Maybe you want to read this.
How to include external font in WPF application without installing it