From f7960f9091f83a365b4919cf494caeb62641fac3 Mon Sep 17 00:00:00 2001 From: Megha Anand Date: Tue, 7 Jan 2025 17:38:26 -0800 Subject: [PATCH 1/3] Add info on fonts for UI elements in apps --- docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md b/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md index 144330734da..146cd7918f1 100644 --- a/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md +++ b/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md @@ -2,7 +2,7 @@ title: Change themes, fonts, text, & accessibility options in Visual Studio description: Learn how to change Visual Studio color themes, font colors, text sizes, extra-contrast colors, and more for ease of use and accessibility concerns. titleSuffix: '' -ms.date: 11/12/2024 +ms.date: 1/7/2025 ms.topic: how-to helpviewer_keywords: - Visual Studio, color themes @@ -18,6 +18,8 @@ ms.subservice: general-ide You can change the fonts and the colors in Visual Studio in several ways. For example, you can change the default dark theme (also referred to as "dark mode") to a light theme, a blue theme, an extra-contrast theme, or a theme that matches your system settings. You can also change the default font and text size in both the IDE and the code editor. +To learn more about how to set the default font settings used for the user interface (UI) display in your application,see the tutorials on [Create a simple Windows Forms app](create-csharp-winform-visual-studio.md) or [Create a WPF application](../get-started/csharp/tutorial-wpf.md). + > [!TIP] > See the [**We’ve upgraded the UI in Visual Studio 2022**](https://devblogs.microsoft.com/visualstudio/weve-upgraded-the-ui-in-visual-studio-2022/) blog post to learn more about the subtle color contrast ratio adjustments and a new [Cascadia Code](#use-the-cascadia-code-font) font we've added to make Visual Studio more accessible for everyone. From 174d3966ae8d8357f6fea31788cdcc005c609c57 Mon Sep 17 00:00:00 2001 From: Megha Anand Date: Tue, 7 Jan 2025 21:32:02 -0800 Subject: [PATCH 2/3] Add info on fonts for UI elements in apps --- docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md b/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md index 146cd7918f1..04283e65987 100644 --- a/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md +++ b/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md @@ -18,7 +18,7 @@ ms.subservice: general-ide You can change the fonts and the colors in Visual Studio in several ways. For example, you can change the default dark theme (also referred to as "dark mode") to a light theme, a blue theme, an extra-contrast theme, or a theme that matches your system settings. You can also change the default font and text size in both the IDE and the code editor. -To learn more about how to set the default font settings used for the user interface (UI) display in your application,see the tutorials on [Create a simple Windows Forms app](create-csharp-winform-visual-studio.md) or [Create a WPF application](../get-started/csharp/tutorial-wpf.md). +To learn more about setting default font settings for the user interface (UI) in your application, check out the tutorials on [Create a simple Windows Forms app](create-csharp-winform-visual-studio.md) or [Create a WPF application](../get-started/csharp/tutorial-wpf.md). > [!TIP] > See the [**We’ve upgraded the UI in Visual Studio 2022**](https://devblogs.microsoft.com/visualstudio/weve-upgraded-the-ui-in-visual-studio-2022/) blog post to learn more about the subtle color contrast ratio adjustments and a new [Cascadia Code](#use-the-cascadia-code-font) font we've added to make Visual Studio more accessible for everyone. From 1c6e5e3bdcab39d2511479a00eef56de80353264 Mon Sep 17 00:00:00 2001 From: Megha Anand Date: Tue, 7 Jan 2025 23:20:03 -0800 Subject: [PATCH 3/3] Add info on fonts for UI elements in apps --- docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md b/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md index 04283e65987..0c50dd1c3b3 100644 --- a/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md +++ b/docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md @@ -18,8 +18,6 @@ ms.subservice: general-ide You can change the fonts and the colors in Visual Studio in several ways. For example, you can change the default dark theme (also referred to as "dark mode") to a light theme, a blue theme, an extra-contrast theme, or a theme that matches your system settings. You can also change the default font and text size in both the IDE and the code editor. -To learn more about setting default font settings for the user interface (UI) in your application, check out the tutorials on [Create a simple Windows Forms app](create-csharp-winform-visual-studio.md) or [Create a WPF application](../get-started/csharp/tutorial-wpf.md). - > [!TIP] > See the [**We’ve upgraded the UI in Visual Studio 2022**](https://devblogs.microsoft.com/visualstudio/weve-upgraded-the-ui-in-visual-studio-2022/) blog post to learn more about the subtle color contrast ratio adjustments and a new [Cascadia Code](#use-the-cascadia-code-font) font we've added to make Visual Studio more accessible for everyone. @@ -100,6 +98,8 @@ You can change the font and text size for all the IDE frame and tool windows, or 1. Select the appropriate item in **Display items**, and then modify the **Item foreground** and **Item background** options. +To learn more about setting default font settings for the user interface (UI) in an application you're building with Visual Studio, check out the tutorials on [Create a simple Windows Forms app](create-csharp-winform-visual-studio.md) or [Create a WPF application](../get-started/csharp/tutorial-wpf.md). + ::: moniker-end ::: moniker range="<=vs-2019"