__FCFONTFLAGS Enum

Definition

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 supports a bitwise combination of its member values.

public enum class __FCFONTFLAGS
public enum class __FCFONTFLAGS
enum __FCFONTFLAGS
[System.Flags]
public enum __FCFONTFLAGS
[<System.Flags>]
type __FCFONTFLAGS = 
Public Enum __FCFONTFLAGS
Inheritance
__FCFONTFLAGS
Attributes

Fields

FCFF_TRACK_PLAINTEXT_BOLD -2147483648

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:

Applies to