FONTFLAGS Enumeration

 

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

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

[FlagsAttribute]
public enum FONTFLAGS

Member nameDescription
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:

Return to top
Show: