wxMaxima
Loading...
Searching...
No Matches
Data Fields
BidiRun Struct Reference

One maximal run of same-direction text within a display line, in visual (left-to-right on screen) order. More...

#include <Bidi.h>

Data Fields

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
 

Detailed Description

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: