__FCFONTFLAGS Enumeration

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __FCFONTFLAGS

Member nameDescription
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:

Return to top
Show: