TextAlign - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a container for two text alignment constants, used in text rendering.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
x
fa_left
Yes
y
fa_top
Yes

Construction types

Name
Arguments
Argument note
New constructor
Unspecified values will be set to the following:
x: fa_left
y: fa_top
From array
array {constant:textalign[]}
The first array position will be set to the x property and the second array position will be set to y property.
Constructor copy
other {TextAlign}
⚠️ **GitHub.com Fallback** ⚠️