Win 10 下,任务栏和右键菜单默认是什么中文字体?
Windows 系统语言为英文,使用了 noMeiryoUI 将系统部分字体修改为了苹方。 已找出这两部分的英文字体为 Segoe UI。但是中文始终没找到对应的字体。
为了查找方便,设置了 NormalWeight=-30 来查看效果。
但如第二张图中 [Individual] 设置可见,其中的都不是任务栏使用的中文字体。另外 Microsoft Sans Serif 写在了 [Exclude] 中,所以也排除掉了。
发现一个奇怪的问题
[General]下设置了NormalWeight=-30
如果[Exclude]里写了Microsoft Sans Serif,那文件属性页面里的中文不会被渲染。
但是如果Microsoft Sans Serif不在[Exclude]里,而是在[Individual]写成Microsoft Sans Serif=,,30,0,,。可以发现文件属性页面是按照全局-30的设置来渲染的,而非独立设置中的30。
这是为何?
我没记错的话,这个Microsoft sans serif 是一个伪字体,它根据系统和语言不同实际上指向不同的字体。它其实是一个别名
应该是Segoe UI Variable字体,可以试试替换字体。
Segoe UI Variable=Microsoft YaHei UI
Segoe UI Variable Display=Microsoft YaHei UI
Segoe UI Variable Display Bold=Microsoft YaHei UI
Segoe UI Variable Display Light=Microsoft YaHei UI
Segoe UI Variable Display Semib=Microsoft YaHei UI
Segoe UI Variable Display Semil=Microsoft YaHei UI
Segoe UI Variable Regular=Microsoft YaHei UI
Segoe UI Variable Small=Microsoft YaHei UI
Segoe UI Variable Small Bold=Microsoft YaHei UI
Segoe UI Variable Small Light=Microsoft YaHei UI
Segoe UI Variable Small Semibol=Microsoft YaHei UI
Segoe UI Variable Small Semilig=Microsoft YaHei UI
Segoe UI Variable Text=Microsoft YaHei UI
Segoe UI Variable Text Bold =Microsoft YaHei UI
Segoe UI Variable Text Light=Microsoft YaHei UI
Segoe UI Variable Text Semibold=Microsoft YaHei UI
Segoe UI Variable Text Semiligh=Microsoft YaHei UI