简体   繁体   English

Windows XP中的字体问题

[英]Font problem in windows xp

I set up my app in Windows XP but it doesn't recognizes the font family of my app as it was made in win server2008. 我在Windows XP中设置了我的应用程序,但是它无法识别我的应用程序的字体系列,因为它是在win server2008中制作的。 I installed on XP the .NET and all. 我在XP上安装了.NET和所有。 Aren't all the font familys inside NET or what to install ? NET中不是所有字体系列还是要安装什么?

No, Windows Server 2008 may have fonts that are not on Windows XP, such as Segoe UI. 否,Windows Server 2008可能具有Windows XP上没有的字体,例如Segoe UI。 The .NET Framework itself does not install any fonts. .NET Framework本身不安装任何字体。 You can't just install the font, either - you would have to license it from whoever made the font. 您也不能只安装字体-您必须从制作字体的人处获得许可。

However, WPF also includes the ability to embed fonts so you don't have to install the font on the user's machine. 但是,WPF还具有嵌入字体的功能,因此您不必在用户的计算机上安装字体。 However, you may still have to get embedding rights. 但是,您可能仍然需要获得嵌入权。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM