⚠️ This site is under development, some artefacts may be missing or incomplete.
PIXEL UI
Text

Text

Methods

The following text drawing methods are accessible via the PIXEL global table:

number, number PIXEL.DrawSimpleText( string, string, number, number, color, number, number )

Draws text with the specified attributes.

PIXEL.DrawText( string, string, number, number, color, number )

Draws multi-line text with the specified attributes.

PIXEL.DrawShadowText( string, string, number, number, color, number, number, number, number )

Draws text with the specified attributes and applies a shadow effect.

PIXEL.DrawDualText( table, table, number, number )

Draws two lines of shadow text with unique attributes.