Font problem in windows xp

2019-06-05 19:10发布

问题:

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.