如何更改解决方案资源管理器的字体大小(在 VisualStudio 中)

如何更改解决方案资源管理器中使用的字体大小? 默认的字体大小对我来说太小了。

38858 次浏览
  1. 从菜单中选择工具-> 选项-> 字体和颜色-> 环境字体。
  2. 选择不同的字体名称,然后更改字体大小。
  3. 应用更改。
  4. 重启环境。

my favorite setting:)

到目前为止,在 Visual Studio 2019/2022中,当 Show settings for:设置为 EnvironmentDisplay items:设置为 Plain text时,解决方案资源管理器中的字体大小在 Tools -> Options -> Environment -> Fonts and Colors中指定。

但是 令人困惑的是,由于 Size:本身就是 绑定到 Windows 系统字体(在当前版本的 Windows 中是9 pt Segoe UI) ,所以在 UI 中默认禁用了 Size:设置。

如果你把字体 Font (bold type indicates fixed-width fonts):Automatic改成其他字体,比如默认的 Segoe UI,你现在就可以改变 Size:的字体大小。

Visual Studio Options window

Another option is, with Windows 10, to 更改整个 Windows 的字体大小 using Settings > Ease of Access > Display.

The font size is tied to the Windows 10 OS settings. If you're like me (blind), you can increase the operating system font size:

  1. Windows Key
  2. 设定
  3. 类型 Make text size bigger
  4. 拖动滑块,直到示例文本的大小适合您

这将立即更新 VisualStudio 中的解决方案资源管理器。

enter image description here

  • 在 Visual Studio 2019中选择 Tools-> Options...-> Environment-> Fonts and Colors (菜单栏中的工具)
  • Select any type of font and then change the font size from the given Drop-Down List (如果字体设置为“自动”选项,则不允许更改大小。所以,改变字体,如果你愿意,然后它将允许改变字体大小)
  • Click OK button, changes will apply immediately.

Options in VS 2019