FONTFLAGS Enumeration

Provides additional marker options for modifying the font used to display text appearance.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration FONTFLAGS
'Usage
Dim instance As FONTFLAGS
[FlagsAttribute]
public enum FONTFLAGS
[FlagsAttribute]
public enum class FONTFLAGS
public enum FONTFLAGS

Members

Member name Description
FF_DEFAULT Plain text. Marker does not modify text appearance in terms of bold or strikethrough options.
FF_BOLD Bold text.
FF_STRIKETHROUGH Strikethrough text.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace