Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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
Concepts
Determining the Names of Property Items on Options Pages