FONTFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional marker options for modifying the font used to display text appearance.
This enumeration supports a bitwise combination of its member values.
public enum class FONTFLAGS
public enum class FONTFLAGS
enum FONTFLAGS
[System.Flags]
public enum FONTFLAGS
[<System.Flags>]
type FONTFLAGS =
Public Enum FONTFLAGS
- Inheritance
-
FONTFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
FF_DEFAULT | 0 | Plain text. Marker does not modify text appearance in terms of bold or strikethrough options. |
FF_BOLD | 1 | Bold text. |
FF_STRIKETHROUGH | 2 | Strikethrough text. |
Remarks
COM Signature
From textmgr.idl: