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 sequence in which text is written on its parent element.
Syntax
typedef enum MF_TIMED_TEXT_WRITING_MODE {
MF_TIMED_TEXT_WRITING_MODE_LRTB = 0,
MF_TIMED_TEXT_WRITING_MODE_RLTB = 1,
MF_TIMED_TEXT_WRITING_MODE_TBRL = 2,
MF_TIMED_TEXT_WRITING_MODE_TBLR = 3,
MF_TIMED_TEXT_WRITING_MODE_LR = 4,
MF_TIMED_TEXT_WRITING_MODE_RL = 5,
MF_TIMED_TEXT_WRITING_MODE_TB = 6
} ;
Constants
MF_TIMED_TEXT_WRITING_MODE_LRTB Value: 0 Text is written from left to right and top to bottom. |
MF_TIMED_TEXT_WRITING_MODE_RLTB Value: 1 Text is written from right to left and top to bottom. |
MF_TIMED_TEXT_WRITING_MODE_TBRL Value: 2 Text is written from top to bottom and right to left. |
MF_TIMED_TEXT_WRITING_MODE_TBLR Value: 3 Text is written from top to bottom and left to right. |
MF_TIMED_TEXT_WRITING_MODE_LR Value: 4 Text is written from left to right. |
MF_TIMED_TEXT_WRITING_MODE_RL Value: 5 Text is written from right to left. |
MF_TIMED_TEXT_WRITING_MODE_TB Value: 6 Text is written from top to bottom. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | mfmediaengine.h |