Void drawString(Image img, Font font, Int x, Int y, String str, Colour col, Bool up=false)
Arguments
img: The imagefont: The font to use (e.g. small)x: The left-right position of the start of the texty: The top-bottom position of the start of the textstr: The text to addcol: The colour of the textup: Normally text is drawn left to right. If this parameter is true, it will be drawn bottom to top instead.
Usage
Writes a text string at the given location.