FORMS_DrawTextPart

A function defined in FORMS_DrawTextPart.gml

FORMS_DrawTextPart(_x, _y, _text, _maxWidth[, _color])

Description

Draws part of the text at the given position.

Arguments

Name Type Description
_x Real The x position to draw the text at.
_y Real The y position to draw the text at.
_text String The text to draw.
_maxWidth Real The maximum width of the text in pixels. If the text is longer than this, then it is clipped and followed by "...".
_color Real The color of the text. If not provided, FORMS_GetColor(FORMS_EStyle.Text) is used.

Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.