FORMS_DrawTextBold

A function defined in FORMS_DrawTextBold.gml

FORMS_DrawTextBold(_x, _y, _text)

Description

Draws bold 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.

Note

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.