__FCFONTFLAGS Enumeration
Visual Studio 2015
The FCFONTFLAGS enumeration is used to specify font display properties that are not provided by the FONTFLAGS enumeration for a font used by a given Display Item.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| FCFF_TRACK_PLAINTEXT_BOLD | Specifies that the "bold" attribute of this Display Item is tracking (will be the same as) the "bold" attribute of the "plain text" item (see the FCIF_PLAINTEXT member of __FCITEMFLAGS). |
This enumeration is used along with the values defined in FONTFLAGS to define the dwFontFlags members of the ColorableItemInfo structure.
From vsshell.idl:
Show: