HomeManualTopicsTypesSymbols

std_types::screen/std::draw_text

draw the specified text at the current screen position

Parameters

self
x
in logical screen coordinates
y
in logical screen coordinates (any coordinate within a row is accepted)
args*
the text to draw

Results

None

Description

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.

Topic

Terminal

Implements

std::draw_text draws text at the given position

See also

std::draw_character draws a character at the given position