The LIVE_TEXT procedure is an interface for text annotation.
You can control your LIVE window after it is created using any of several auxiliary routines. See LIVE_Tools for an explanation.
Set this keyword to a floating-point value between 0.0 and 1.0 to indicate the requested alignment of the text baseline. The alignment scheme follows:
Set this keyword to a string (case-sensitive) of the foreground color to be used for the text. The color must be specified as an Insight color. The default is `Black'. Available colors are listed in the table below.
Set this keyword to have an Insight text annotation dialog appear. This dialog will fill in known attributes from set keywords.
Set this keyword to have LIVE_TEXT interpret "!" (exclamation mark) as font and positioning commands.
Set this keyword to a named variable to contain the returned error message (string). An empty string is returned if no errors occurred during the operation. By default, errors are reported via a GUI.
Set this keyword to a string containing the name of the desired font. The default is Helvetica.
Set this keyword to an integer scalar specifying the font point size to be used. The default is 12. Available point sizes are 9 through 72.
Set this keyword to a two-element, floating-point vector of the form [X, Y] specifying the location of the visualization (relative to the lower left hand corner within the visualization window) in normalized coordinates. The default is [0.0, 0.0].
Set this keyword equal to a string containing the name to be associated with this item. The name must be unique within the given window or buffer (WINDOW_IN). If not specified, a unique name will be assigned automatically.
Set this keyword to inhibit the visualization window from drawing. This is useful if multiple visualizations and/or annotations are being created via calls to other LIVE_Tools in order to reduce unwanted draws and help speed the display.
Set this keyword to a floating-point value defining the angle of rotation of the text. The valid range is from 0.0 to 360.0. The default is 0.0.
Set this keyword equal to the name (string, case-insensitive) of a LIVE tool or Insight visualization. The VISUALIZATION field from the REFERENCE_OUT keyword from the creation of the LIVE tool will provide the visualization name. Visualization names are also visible in Insight's Visualization Manager and visualization property dialogs. If only one visualization is present in the window or buffer (WINDOW_IN), this keyword will default to it.
Set this keyword equal to a name (string, case-sensitive) of a LIVE tool or Insight window, or a LIVE tool buffer. The WINDOW tag of the REFERENCE_OUT structure from the creation of the LIVE tool will provide the window or buffer name. Window names are also visible in visualization window titlebars. If only one LIVE tool or Insight window (or buffer) is present in the IDL session, this keyword will default to it.