draw the specified text at the current screen position
None
The text is drawn using the current text and background colour.
The text is clipped on the borders of the current window.
A newline-character moves the drawing position into the next row back to the original x-coordinate.
std::draw_text | draws text at the given position |
std::draw_character | draws a character at the given position |