Vixen
02b45cc4
csharp
public enum ParagraphDirection

Which way a paragraph runs, before anything in it has been looked at.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Auto

    Work it out from the first strong character. What almost everything should use.

  • LeftToRight

    Left to right, whatever the text says.

  • RightToLeft

    Right to left, whatever the text says.

Used by (9)

  • BidiAlgorithmVixen.Ui.Text
  • BidiConformanceTestsVixen.Ui.Text.Tests
  • BidiTestsVixen.Ui.Text.Tests
  • FontVariationTestsVixen.Ui.Text.Tests
  • KeyVixen.Ui.Text
  • ShapingCacheVixen.Ui.Text
  • ShapingCacheTestsVixen.Ui.Text.Tests
  • TextItemizerVixen.Ui.Text
  • TextShaperVixen.Ui.Text