size#
- text.size(p0: int) int #
Specifies the size of the selected text in the graphics window.
Text size is specified in arbitrary units, with 0 being the smallest possible text and 100 the largest.The text scales with the size of the graphics window.- Args:
- p0:
‘size’ must be within the range of 0 to 100
- Examples:
ensight.text.select_begin(1) ensight.text.size(25)
- Returns:
zero on success, non-zero on error