Table of Contents

Enum TextServer.Orientation

Namespace
Godot
Assembly
GodotSharp.dll
public enum TextServer.Orientation : long

Fields

Horizontal = 0

Text is written horizontally.

Vertical = 1

Left to right text is written vertically from top to bottom.

Right to left text is written vertically from bottom to top.