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 ?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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.