MF_TIMED_TEXT_FONT_STYLE enumeration
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
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 } MF_TIMED_TEXT_FONT_STYLE;
Constants
- MF_TIMED_TEXT_FONT_STYLE_NORMAL
-
The font style is normal, sometimes referred to as roman.
- MF_TIMED_TEXT_FONT_STYLE_OBLIQUE
-
The font style is oblique.
- MF_TIMED_TEXT_FONT_STYLE_ITALIC
-
The font style is italic.
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
See also