Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |