Vixen
02b45cc4
csharp
public readonly record struct BidiResult

The 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 ParagraphLevel

    0 for a left-to-right paragraph, 1 for a right-to-left one.

  • public int[] Levels

    The embedding level of each code point.

  • public int[] VisualOrder

    The 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