Garry's Mod Wiki

TextData

Description

Used for draw.Text.

Members

string text
Text to be drawn.
string font
The font to draw with. List of default fonts can be found here.

Default: "DermaDefault"

table pos
This holds the X and Y coordinates. Key value 1 is x, key value 2 is y.
number xalign
The alignment of the X position. See TEXT_ALIGN enum

Default: TEXT_ALIGN_LEFT

number yalign
The alignment of the Y position. See TEXT_ALIGN enum

Default: TEXT_ALIGN_TOP

table color
The text color

Default: color_white