VS2013 中缺少文本编辑器字体大小设置 [英] Missing Text Editor font size setting in VS2013

查看:87
本文介绍了VS2013 中缺少文本编辑器字体大小设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在 Visual Studio 2013 代码编辑器(TextEditor 设置)中更改字体大小,但缺少此设置.

I want to change font size in Visual Studio 2013 code editor (TextEditor setting), but this setting is missing.

但是在以前的 VS(2012) 中它设置存在.

However in previous VS(2012) it setting exists.

如何在 Visual Studio 2013 代码编辑器中更改字体大小设置?Ctrl+Wheel 请不要提供,但对我来说是临时和糟糕的解决方案.为什么在字体和颜色设置中缺少 TextEditor 选项?

How to change font size setting in Visual Studio 2013 code editor? Ctrl+Wheel please do not offer, but is temp and bad solution for me. And why missing TextEditor option in Fonts and Colors settings?

推荐答案

我找到了解决方法.我手动将一些行添加到 .vssettings 文件(默认位于用户/文档和设置/Visual Studio 2013).它的行需要添加到字体和颜色部分:

I was found workaround. I was manually add some rows to .vssettings file (located in user/Documents and Settings/Visual Studio 2013 by default). It rows need to add to Fonts and Colors section:

<Category GUID="{58E96763-1D3B-4E05-B6BA-FF7115FD0B7B}" FontName="Consolas" FontSize="12" CharSet="1" FontIsDefault="No"/>
<Category GUID="{75A05685-00A8-4DED-BAE5-E7A50BFA929A}" FontName="Consolas" FontSize="12" CharSet="1" FontIsDefault="No"/>
<Category GUID="{E0187991-B458-4F7E-8CA9-42C9A573B56C}" FontName="Consolas" FontSize="12" CharSet="1" FontIsDefault="No"/>
<Category GUID="{FF349800-EA43-46C1-8C98-878E78F46501}" FontName="Consolas" FontSize="12" CharSet="1" FontIsDefault="No"/>

我是从 VS2012 设置中复制并粘贴了这些选项.

I was copy and pasted this options from working VS2012 settings.

这篇关于VS2013 中缺少文本编辑器字体大小设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆