SUBTITLE_TEXT_DECORATION Enumeration

Subtitle text decoration.

Syntax

typedef enum _SUBTITLE_TEXT_DECORATION
{
    DECORATION_NONE = 0,
    DECORATION_UNDERLINE = 1,
    DECORATION_LINETHROUGH = 2,
    DECORATION_OVERLINE = 4
} SUBTITLE_TEXT_DECORATION;  

Constants

Constant Description
DECORATION_NONE No decoration of the subtitle text.
DECORATION_UNDERLINE Underlines the subtitle.
DECORATION_LINETHROUGH Shows a line through each word of the subtitle.
DECORATION_OVERLINE Shows a horizontal line above the subtitle.

Requirements

Header: Declared in mfapi.h.