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
‘선언
<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: