ClassesClasses | | Operators

Text

List of Operators

disp_textDispTextDispTextdisp_text
Display text in a window.
get_fontGetFontGetFontget_font
Get the current font.
get_font_extentsGetFontExtentsGetFontExtentsget_font_extents
Get the maximum size of all characters of a font.
get_string_extentsGetStringExtentsGetStringExtentsget_string_extents
Get the spatial size of a string.
get_tpositionGetTpositionGetTpositionget_tposition
Get cursor position.
new_lineNewLineNewLinenew_line
Set the position of the text cursor to the beginning of the next line.
query_fontQueryFontQueryFontquery_font
Query the available fonts.
read_charReadCharReadCharread_char
Read a character from a text window.
read_stringReadStringReadStringread_string
Read a string in a text window.
set_fontSetFontSetFontset_font
Set the font used for text output.
set_tpositionSetTpositionSetTpositionset_tposition
Set the position of the text cursor.
write_stringWriteStringWriteStringwrite_string
Print text in a window.

ClassesClasses | | Operators