MF_TIMED_TEXT_FONT_STYLE enumeration (mfmediaengine.h)

Specifies the font style of the timed text.

Syntax

typedef enum MF_TIMED_TEXT_FONT_STYLE {
  MF_TIMED_TEXT_FONT_STYLE_NORMAL = 0,
  MF_TIMED_TEXT_FONT_STYLE_OBLIQUE = 1,
  MF_TIMED_TEXT_FONT_STYLE_ITALIC = 2
} ;

Constants

 
MF_TIMED_TEXT_FONT_STYLE_NORMAL
Value: 0
The font style is normal, sometimes referred to as roman.
MF_TIMED_TEXT_FONT_STYLE_OBLIQUE
Value: 1
The font style is oblique.
MF_TIMED_TEXT_FONT_STYLE_ITALIC
Value: 2
The font style is italic.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header mfmediaengine.h

See also

Media Foundation Enumerations