Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[FlagsAttribute]
public enum FONTFLAGS
[FlagsAttribute]
public enum class FONTFLAGS
[<FlagsAttribute>]
type 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: