Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
英文文本显示为正方形。
在我们的一个用户框中,我们遇到了这种奇怪的行为。他使用的是 Windows 7 64 位 + 不错的显卡。他最近开始遇到这个问题。
我已经检查了盒子上的语言设置,它似乎没问题
请参阅下面的屏幕截图,以前从未见过。它不仅是我们的 WPF 表单,它是任何 WPF 表单(下面是带有英文标签/文本和按钮的简单窗口)。
确保您使用的字体安装在 Windows/Fonts 中。
在我们的例子中,它是一个缺失的字体。我们从运行 wpf 应用程序的机器上抓取字体并将它们复制过来。瞧……问题解决了
干杯。