FONTFLAGS Enum

Definition

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

FF_BOLD 1

Bold text.

FF_DEFAULT 0

Plain text. Marker does not modify text appearance in terms of bold or strikethrough options.

FF_STRIKETHROUGH 2

Strikethrough text.

Remarks

COM Signature

From textmgr.idl:

Applies to