__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.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __FCFONTFLAGS
[FlagsAttribute]
public enum __FCFONTFLAGS
[FlagsAttribute]
public enum class __FCFONTFLAGS
[<FlagsAttribute>]
type __FCFONTFLAGS
public enum __FCFONTFLAGS
Members
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). |
Remarks
This enumeration is used along with the values defined in FONTFLAGS to define the dwFontFlags members of the ColorableItemInfo structure.
COM Signature
From vsshell.idl: