minibidi based implementation of BiDiVisualMapping.
More...
minibidi based implementation of BiDiVisualMapping.
BidiCharType CEGUI::MinibidiVisualMapping::getBidiCharType |
( |
const utf32 |
char_to_check | ) |
const |
|
virtual |
Gets the BiDi char type of a char.
- Parameters
-
charToCheck | The utf32 character code that will be checked. |
- Returns
- One of the BidiCharType enumerated values indicating the BiDi char type.
Implements CEGUI::BiDiVisualMapping.
Reorder a string from a logical (type order) bidi string to a visual (the way it displayed) string.
- Parameters
-
logical | String object to be reordered. |
visual | String object containing the result reordered string. |
l2vMapping | List of integers that map the pos of each char from logical string in the visual string. |
v2lMapping | List of integers that map the pos of each char from visual string in the logical string. |
- Returns
- true if successful.
- false if the operation failed.
Implements CEGUI::BiDiVisualMapping.