class TBidirectionalState::TRunInfo |
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().
Public Attributes | |
---|---|
TUint | iCategory |
TUint8 | iDirection |
TUint8 | iEmbeddingLevel |
TInt | iIndex |
TInt | iLength |
TInt | iStart |
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().
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.