csharp
public readonly record struct BidiResultThe result of running the bidirectional algorithm over one paragraph.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public int ParagraphLevel0 for a left-to-right paragraph, 1 for a right-to-left one.
public int[] LevelsThe embedding level of each code point.
public int[] VisualOrderThe code point indices in the order they are drawn, left to right, with the characters L3 and L4 remove already removed.
Methods (1)
public BidiResult(int ParagraphLevel, int[] Levels, int[] VisualOrder)The result of running the bidirectional algorithm over one paragraph.
Used by (4)
- BidiAlgorithmVixen.Ui.Text
- BidiConformanceTestsVixen.Ui.Text.Tests
- BidiTestsVixen.Ui.Text.Tests
- TextItemizerVixen.Ui.Text