What is the default environment font in Visual Studio 2017? - visual-studio

The settings path is Tools / Options / Environment / Fonts and Colors /Enrivonment/ Font. I'm talking about the Environment that I emphasized in bold in the settings path.
Notice how it doesn't tell you what the default font is; it just says Automatic. And the font size is disabled until you pick a specific font.
If I want to change the font size, it makes me pick the font first. But I have no reason to change the font, just the font size. Soo, what's the default Environment font?
It's probably the same as in Visual Studio 2015, which also hides it.

It turned out to be Leelawadee UI for Windows 10 Professional.
For other OS versions, you can put the focus on the font dropdown, and up and down arrow, or press the first letter of the font, or press Home to go back to Automatic (the first dropdown option). Thereby, you can keep your eye on the Sample window to determine the default font. If you get on a font, then hit the Home key, and the Sample doesn't change (even a little bit), that's your default font. Please leave a comment if you find one!

Related

Visual Studio 2022 font size is way too small in the tooltips. How to increase that font size?

Recently in my installation of VS2022 the tooltip message font size went microscopic as shown in the clip below.
I've gone thru the font size options in the menus but haven't been able to find anything that will change the size.
Any ideas how to get that back to a readable size?
Go to Tools → Options → Environment → Fonts and Colors and change the drop down to "Editor Tooltip" and then change the "Size" drop down value (the default is 9, yours appears to be set to something like 6):
The cause was an extension that extended the intellisense functionality. The resolution was to remove the suspect extension, restart VS2022, then reinstall the extension.
The errant extension was either CodeRush or CodeMaid.

Visual Studio 2022: Bold font in the entire editor

I downloaded & installed Visual Studios 2022. After creating a new project, and playing with the IDE for some time, I noticed that my font size was set to bold everywhere in the editor. Keywords, operators, punctuation, strings, variables, functions, classes, everything! Obviously I tried to change the size of the font, but it always reverts back to being bold.
Did I do something to cause this? How can I change it to not use bold font everywhere?
This is due to Microsoft changing the default font in Visual Studio 2022 from Consolas to Cascadia Code: a font which is designed to make text easier to read for people with disabilities like Character Dysmorphia or Dyslexia. You can change this back to "Consolas", the VS 2019 font by going to
Tools > Options > Environment > Fonts and Colors > "Show settings for: Text Edit" > Font: "Consolas"
SO THERE ARE A COUPLE OF ISSUES THAT CAUSE THE FONT TO RENDER OVERLY BOLD
I know that this answer isn't as popular as the other answer, but there was more to this problem than just changing the font. Originally, I tried changing the font, and it didn't work. It turned out, I had somehow turned on an option called "Windows High Contrast" which renders the font as an "ANSI Standardized Terminal Emulators" where there is an option of font that is not only more saturated & brighter, but bolder as well. Only then did changing the font back to the Original Microsoft Consoles font provide the experience I had expected.
Even Here the Story Doesn't End
I later found out about a feature called Power-lines, which is a really awesome looking feature, and provides a great command-line experience. And Cascadia Code supports Power-lines, Consoles does not.
Also I have to read code in a foreign language occasionally, and Slavic/Asian Languages render very nicely in Cascadia Code. So after over 6 months of grappling with fonts. I found that Cascadia Code actually has a variable font-weight, such that 300 and 400 are valid weights, but so 350, or 565 (too bold).
So for me, what worked, was to change Cascadia Codes weight to 350. Its actually kind of cool to be able to pick a font's boldness using a dynamic weight, rather than being restricted to increments of 100.
Tools
Options
Environment
Fonts and Colors
Text Edit
Font Weight: 350
Image Showing Windows Terminal w/ Power Lines Support

How do I change the font size of Solution Explorer (in Visual Studio)

How do I change the font size used in Solution Explorer? The default font size is too small for me.
Select from the menu Tools -> Options -> Fonts and Colors -> Environment Font.
Select a different font name and then change the font size.
Apply changes.
Restart environment.
As of now, in Visual Studio 2019/2022, the font size in Solution Explorer is specified in Tools -> Options -> Environment -> Fonts and Colors, when Show settings for: is set to Environment and Display items: is set toPlain text.
But what's confusing is that the Size: setting is disabled by default in the UI as it's itself bound to the Windows system font (which is 9 pt Segoe UI in current versions of Windows).
If you change the font it Font (bold type indicates fixed-width fonts): from Automatic to something else though, e.g. the default Segoe UI, you will be now able to change the font size in Size:.
Another option is, with Windows 10, to change the font size for the whole 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:
Windows Key
Settings
Type Make text size bigger
Drag the slider until the sample text is the right size for you
This will immediately update the Solution Explorer in Visual Studio.
In Visual Studio 2019 select Tools -> Options... -> Environment -> Fonts and Colors(Tools from menu bar)
Select any type of font and then change the font size from the given Drop-Down List (If font is set to Automatic option it won't allow to change Size. So, Change font as you wish then it will allow to change font size)
Click OK button, changes will apply immediately.

How to disable font smoothing in Visual Studio editor?

How can I disable the font smoothing in the text editor of Visual Studio? On some machines I use, this works, but, not in most of them.
The text in the editor on the left is not really sharp. But the font in Windows is.
There is an extension called Text Sharp that allows you to completely disable font smoothing (ClearType) for Visual Studio:
https://visualstudiogallery.msdn.microsoft.com/7aafa2ea-8c54-4da8-922e-d26bf018514d
I'm using this combined with the Source Code Pro font for very readable code.
Well, the characters are at least readable. The code itself may be a different story. :)
In Visual Studio 2019 v16.5.4 (possibly lower), there is a new feature under the Text Editor -> Advanced settings called "Text rendering method". This appears to be defaulted to "ClearType" upon installation. On my machine, I've disabled ClearType at the OS level, yet after a fresh install/update, noticed that my fonts were being smoothed.
Simply switch this setting to "Aliased" to get pixel-perfect font rendering back.
Again, this assumes you have already disabled ClearType at the system level. I am unsure if VS settings would ignore/override the system-level ClearType settings or not.
In my case the problem was that I had the text size to 120%, I just change it to 100%.
Is an option located in Display Settings above the Resolution selector. It says:
"Change the size of the text, apps, and other items"
set the value to:
100% (Recommended)
This happened to me when I added a new LCD monitor to my setup.
According to blogs.msdn.com and this post on SuperUser, you may have to disable it in many places, but for VStudio two are enough:
Control Panel > Display > Adjust ClearType Text
Control Panel > System > Adjust the appearance and performance of Windows > Visual Effects > Smooth edges of screen fonts
Don't use Consolas as it always uses ClearType, as Alex K. noted in the comments.
Prefer Lucida Console which is a fixed font (they are bold in VStudio's font list in Tools > Options > Environment > Fonts and Colors) and appears not to suffer from the effects of ClearType or smoothed edges.
For those willing to disable anti-aliasing/smooth edges/cleartype on VS Code as of today, there's no official option inside the VS Code program to do it. Instead, I have found this method that works for me, and it's thanks to this article: https://medium.com/kasun-kodagoda/fix-text-becomes-blurry-when-vs-code-application-loses-focus-issue-on-windows-d95697b2f927
Here are the steps:
<img src="https://i.stack.imgur.com/L2i9S.png" alt="..." />
Disable anti-aliasing VSCode Image:
Right click on VS Code program and go to Proprieties.
In the "target" section of the app, add the following lines: --disable-gpu --enable-use-zoom-for-dsf
Apply the changes and that's it.
I hope it's useful.
For me it helped to switch to "Consolas" font and then back to "Courier New" in Tools->Options->Environment->Fonts and Colors. Don't forget to press "OK" after switching to Consolas.

Change font size of comments in visual studio 2010

Is there any way of having a different font size just for the comments in Visual Studio 2010, without the use of any third party tools?
To change the default font face, size, and colors
Select Options from the Tools menu, and in the Environment folder, select Fonts and Colors.
The Fonts and Colors, Environment, Options Dialog Box opens.
In Show settings for, select Text Editor.
Modify the Font and Size options to change the font face and size for all text elements in all editors.
Select the appropriate item in Display items, and then modify the Item foreground and Item background options.
Click OK
The font size is global in VS2010.
You may want to look at this extension however:
http://visualstudiogallery.msdn.microsoft.com/17c68951-7743-40bd-ad35-608706f54a92

Resources