问题
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