draw_set_font() (Game Maker)

draw_set_font()

(Game Maker 6.1, 7)

draw_set_font - set the font used to drawing text

Description

draw_set_font ( font_name )

  • font_name - name of the font

draw_set_font() sets the font used for drawing text. It accepts one argument - the name of the font. The font must be created as a resource to be used.

Related Pages

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.