draw_set_font(font)
Drag & Drop equivalent :
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:
Revision #1