Table of Contents

Enum TextDirection

Namespace
DocWright.Core.Text
Assembly
DocWright.Core.dll

The resolved base direction of a text run (UAX #9 bidirectional algorithm output).

public enum TextDirection : byte

Fields

LeftToRight = 0

Left-to-right.

RightToLeft = 1

Right-to-left.