MF_TIMED_TEXT_WRITING_MODE 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 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
} MF_TIMED_TEXT_WRITING_MODE;

Constants

MF_TIMED_TEXT_WRITING_MODE_LRTB

Text is written from left to right and top to bottom.

MF_TIMED_TEXT_WRITING_MODE_RLTB

Text is written from right to left and top to bottom.

MF_TIMED_TEXT_WRITING_MODE_TBRL

Text is written from top to bottom and right to left.

MF_TIMED_TEXT_WRITING_MODE_TBLR

Text is written from top to bottom and left to right.

MF_TIMED_TEXT_WRITING_MODE_LR

Text is written from left to right.

MF_TIMED_TEXT_WRITING_MODE_RL

Text is written from right to left.

MF_TIMED_TEXT_WRITING_MODE_TB

Text is written from top to bottom.

Requirements

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

 

 

Show: