DWRITE_GLYPH_RUN.bidiLevel

<summary> The implicit resolved bidi level of the run. Odd levels indicate right-to-left languages like Hebrew and Arabic, while even levels indicate left-to-right languages like English and Japanese (when written horizontally). For right-to-left languages, the text origin is on the right, and text should be drawn to the left. </summary>

struct DWRITE_GLYPH_RUN
UINT32 bidiLevel;

Meta