A function defined in FORMS_DrawTextBold.gml
FORMS_DrawTextBold(_x, _y, _text)
Draws bold text at the given position.
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. |
The sets the font to bold and resets it back to normal right after rendering the text.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.