Graphics :: Text
- 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.