DrawText(x, y, text)The function draws an text at the desired coordinate (x, y). (x, y) should be a coordinate of left upper corner of a text. Example:
SetFontSize(50) DrawText(100, 100, "Hello World")This is how result would look like (red coordinates are just for reference):

See also: