Table of Contents

Enum TextDirection

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Specifies the writing direction for text.

public enum TextDirection

Fields

Auto = 2

Automatically determined.

LeftToRight = 0

Left to right.

RightToLeft = 1

Right to left.