Skip to content

Graphics - Text🔗

Operators🔗

disp_textDispText: Display text in a window.

get_fontGetFont: Get the current font.

get_font_extentsGetFontExtents: Get the maximum size of all characters of a font.

get_string_extentsGetStringExtents: Get the spatial size of a string.

get_tpositionGetTposition: Get cursor position.

new_lineNewLine: Set the position of the text cursor to the beginning of the next line.

query_fontQueryFont: Query the available fonts.

read_charReadChar: Read a character from a window.

read_stringReadString: Read a string in a text window.

set_fontSetFont: Set the font used for text output.

set_tpositionSetTposition: Set the position of the text cursor.

write_stringWriteString: Print text in a window.