Options Page, Fonts and Colors Node Properties

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This document describes font and color properties for a tool window that is registered to appear under Fonts and Colors in the Environment category of the Options dialog box. This supports the dynamic nature of groups of colorable items, which can change if VSPackages are installed or uninstalled.

The following section shows an example of a registered window type and the properties that are available for each window.

Text Editor or Printer or Dialogs and Tool Windows

DTE.Properties("FontsAndColors", "TextEditor")

-or-

DTE.Properties("FontsAndColors", "Printer")

-or-

DTE.Properties("FontsAndColors", "Dialogs and Tool Windows")

Property Item Name Value Description
FontFamily Get/Set (String) The font name to use, such as "Courier New."
FontCharacterSet Get/Set (vsFontCharSet) A vsFontCharSet value, specifying the type of character set to use, such as Hebrew or Russian.
FontSize Get/Set (Short) The size of font to use, in points. For example, 10 or 12.

See Also

Controlling Options Settings Determining the Names of Property Items on Options Pages Options Page, Environment Node Properties Options Page, Text Editor Node Properties