42
37
* Get the width, in pexels, of a message.
44
39
* @param message_len the length of the message
50
44
* Draw a column of pixels at pixel-offset x in the message.
52
46
* @param message the message
55
48
* @param x the pixel column of the message to draw
56
49
* @param y_flip true to draw up-side down
57
50
* @param y_shift shift the drawing up/down
60
52
void render( const char *message, int message_len, int x,
64
56
* Reset the output buffer.
76
61
* Output the output buffer (and reset the output buffer).