You are currently viewing the GMLscripts.com static mirror. Forum access and script submissions are not available through this mirror.

Invert GMLscripts.com

Graphics :: Text

draw_text_hud(x,y,string,sep,width,xscale,yscale,rot,c1,c2,c3,c4,alpha)
Draws a string of text at a position relative to the top-left corner of the screen, regardless of the current view position or rotation.
draw_text_shadow(x,y,str,color,shadow,intensity,distance,direction)
Draws a given string with a simple shadow effect applied to it.
string_limit_width(string,width,ext)
Returns a given string.
string_wordwrap_width(string,width,break,split)
Returns a given string, word wrapped to a pixel width, with line break characters inserted between words.