Font problem in windows xp

跟風遠走 提交于 2019-12-08 06:38:30

问题


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. I installed on XP the .NET and all. Aren't all the font familys inside NET or what to install ?


回答1:


No, Windows Server 2008 may have fonts that are not on Windows XP, such as Segoe UI. The .NET Framework itself does not install any fonts. 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. However, you may still have to get embedding rights.



来源:https://stackoverflow.com/questions/6365989/font-problem-in-windows-xp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!