有人知道在Visual Studio 2005或2008中如何将代码文本编辑器字体样式设置成斜体吗?注意,我是指代码编辑器本身而不是代码。
能够在Visual Studio中将字体设置为斜体
原标题:
最佳回答
不幸的是,除非有未记录的注册表设置,否则唯一的方法是通过环境自动化模块来完成。我知道 Visual Assist X 可以设置某些东西为斜体,所以一定是可能的。
我会从微软的 自动化示例 开始,并看看你能找到什么。(我已将此答案设为社区答案,以便任何人都可以进一步调查。)
问题回答
你无法通过标准的集成开发环境选项进行更改,编辑器仅允许您更改字体或将其加粗。
你最好使用只包含斜体字符的字体(确保所有字符占据相同的空间)。
例子:将常规 Consolas 字体更改为斜体字体。
关闭所有应用和Visual Studio。转到C:windowsfontsconsolas并删除常规字体。
重新启动Visual Studio,您将看到文本编辑器的斜体字体。
If someone s still looking for a solution:
You can find and download the Font you wish to use its Italic Type face and install only the ***Italic.ttf
or ***Italic.otf
这样你就不会安装斜体以外的其他字体变体。前往 Visual Studio -> 工具 -> 选项 -> 字体和颜色。
在下拉菜单中选择您喜欢的字体!
Here s a nice one https://github.com/willstocks/FiraCode2iScript/blob/master/FiraCodeTwoiScript-Italic.ttf
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding