Segoe UI Symbol 5.9 on Windows 7

那年仲夏 提交于 2019-12-24 11:44:44

问题


I would like to use Segoe UI Symbol fonts, as described:

http://msdn.microsoft.com/en-us/library/windows/apps/jj841126.aspx

to provide icons for an application. This is a WPF application that will be deployed to Windows 7 and potentially 8. Windows 7 machines do not appear to have the same version of this font (5.0 vs. 5.9). I found a knowledge base article that claims to inject some of the missing things:

http://support.microsoft.com/kb/2729094

But I still seem to be missing most or all of what is described at the first link. Is there a way to get a Windows-8-compatible version of Segoe UI Symbol on Windows 7 machines? This is a controlled-deployment environment so we can make needed configuration changes on the target machines.


回答1:


I had the same problem and finally found a way to use the newer version of "Segoe UI Symbol" even when older version is installed (i.e. on Windows 7). The idea is to create a copy of the font file with a different name. This approach works also in ClickOnce installation and requires no bootstrapping.

It is posted on this link: Embedded Font in WPF not working



来源:https://stackoverflow.com/questions/17283626/segoe-ui-symbol-5-9-on-windows-7

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