What is the default font (and it's size) in Visual Studio 2010 and 2008 editor?
That isn't correct for VS 2010
Dan Diplo
2010-08-10 19:45:48
+1
A:
You can see what its set to in Tools -> Options -> Environment -> Fonts and Colors
My VS 2010 is set to Consolas 10 as the default Text Editor setting.
Mechamonkey
2010-08-10 16:25:24
+4
A:
In Visual Studio 2008 the default font is Courier New (size 10) but in Visual Studio 2010 the default font is Consolas (size 10).
Dan Diplo
2010-08-10 19:44:57
+2
A:
The default font also depends on the language version of Visual Studio and the language of the operating system or the system locale. For example English VS 2008 on Japanese Windows defaults to MS Gothic.
Paul Dixon
2010-08-10 23:49:57