text_out
Entity: predicate

text_out_size
Entity: function


Usage:
text_out(Text)
text_out(Text, pos(X, Y))
R is text_out_size(Text)
 

text_out – Draws a rectangle with coordinates X, Y in the default window, with text Text using the current window color_text and color_text_back. The font which will be used is that which is set by the last use of the font command. If pos is not specified then the new text is added after the text printed by the last text_out.

text_out_size – Calculates the width of the text that would be printed by text_out.

See also:

line
ellipse
rect