#include <bidi.h>
| class TBidirectionalState::TRunInfo |
| Public Attributes | |
|---|---|
| TUint | iCategory |
| TUint8 | iDirection |
| TUint8 | iEmbeddingLevel |
| TInt | iIndex |
| TInt | iLength |
| TInt | iStart |
Information about a run of characters with the same bidirectional category.
An array of these representing a line is passed into, and reordered by, ReorderLine().
| TUint | iCategory |
Category of a run of text: passed to ReorderLine(); these are passed in as TChar::TBdCategory values but are modified for internal use.
| TUint8 | iDirection |
Resolved direction of this run: 0 for left to right, 1 for right to left.
| TUint8 | iEmbeddingLevel |
Embedding level of this run: used internally by ReorderLine().