Lysa  0.0
Lysa 3D Engine
TextAlignment Struct Reference

Detailed Description

Horizontal text alignment constants used by text draw calls.

Lua full name: lysa.TextAlignment

Properties

TextAlignment LEFT
 Origin is at the left edge of the text (default).
 
TextAlignment CENTER
 Origin is at the horizontal center of the text.
 
TextAlignment RIGHT
 Origin is at the right edge of the text.
 

Property Documentation

Origin is at the left edge of the text (default).

TextAlignment CENTER

Origin is at the horizontal center of the text.

Origin is at the right edge of the text.