One maximal run of same-direction text within a display line, in visual (left-to-right on screen) order.
More...
#include <Bidi.h>
|
|
size_t | logicalStart |
| | index of the run's first character, in logical (storage) order
|
| |
|
size_t | logicalEnd |
| | one past the index of the run's last character (logicalStart < logicalEnd)
|
| |
|
bool | rightToLeft |
| | whether this run is drawn right-to-left
|
| |
One maximal run of same-direction text within a display line, in visual (left-to-right on screen) order.
The documentation for this struct was generated from the following file: