draw_set_font(font)

Drag & Drop equivalent : action_font

 

font = the name of the font resource you've added.

 

Example

draw_set_font(fnt_mainfont);

 

This function sets the font used for all subsequent text displays by specifying what font resource should be used:

 

font

 

Revision #1