Visual Studio 2015,安装的字体未应用

Visual Studio 2015, installed font is not applied

我安装了(作为 MS recommend) a font 并尝试将其分配给“Options/Environment/Fonts 和颜色 ”,但不起作用。

Lucida Console 应用的字体:

InputMonoCondensed 应用的字体:

重新启动Visual Studio但我的电脑没有成功,可能是哪里出了问题?

备注:

这实际上是 Input 下载网站上记录的一个已知问题 http://input.fontbureau.com/workarounds/

相关部分如下:

In certain configurations of Visual Studio (2010–2013), the default Input installation will not display at all, and instead you’ll see Courier. A workaround is to customize and download a four-style family (which will appear in your font menu as “Input”), rather than selecting from the whole family. Some users reported that they had to reboot their system for the change to take effect.

提到解决方案,在下载页面http://input.fontbureau.com/download/选择"Customize your download"选项和select"Download a custom four-style family",基于InputMonoCondensed。 下载后安装此字体,并将名为 Input 的字体 select(例如 Input,而不是 InputMono 或 InputMonoCondensed)放入 Visual Studio 选项:

就是这样!

现在可以使用Input font进行编辑了,我个人就是这么用的。