How should BiDi work?


BiDiMode
H.Alignment
Action
Comments Example
bdLeftToRight
(No BiDi support)
None, Left
Align text to left
Note that the ellipsis (...) is on the wrong side of the text. לא טוב...
Center
Center text
לא טוב...
Right
Align text to right
לא טוב...
bdRightToLeft
(Full BiDi support)

None, Left
Align text to right
The exclamation mark (!) is on the correct side of the word.
The alignment is opposite to the direction that is actually specified in H.Alignment.
    מצויין!
    Center
    Center text מצויין!
    Right
    Align text to left מצויין!
    bdRightToLeftNoAlign,
    bdRightToLeftReadingOnly
    (Partial BiDi support)
    None, Left Align text to left The semicolon (;) is on the correct side of the word.
    The alignment is as specified in H.Alignment.
      בסדר;
      Center Center text בסדר;
      Right Align text to right בסדר;