TextRenderer - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a handler containing information for string rendering.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
ID
{any:string}
None
Yes
font
undefined
Yes
location
undefined
Yes
align
TextAlign()
Yes
color
{int:color}
c_white
Yes
alpha
1
Yes

Events

Pre-execution
Post-execution
beforeRender
afterRender

Construction types

Name
Arguments
New constructor
string {any:string}
font {Font}
location {Vector2}
align? {TextAlign}
color? {int:color}
alpha? {real}
Empty
Constructor copy
other {TextRenderer}
⚠️ **GitHub.com Fallback** ⚠️