select_default#
- text.select_default() int #
Causes any following text commands to affect the default settings, rather than a particular text object.
All text commands following text: select_default will affect default settings until a new text object is selected using text: select_begin/select_end.- Examples:
ensight.text.select_default() ensight.text.visible("OFF") ensight.text.rgb(1,0,0) ensight.text.select_begin(1)
- Returns:
zero on success, non-zero on error