FONTFLAGS Enumeration
Visual Studio 2015
Provides additional marker options for modifying the font used to display text appearance.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| FF_BOLD | Bold text. | |
| FF_DEFAULT | Plain text. Marker does not modify text appearance in terms of bold or strikethrough options. | |
| FF_STRIKETHROUGH | Strikethrough text. |
From textmgr.idl:
Show: