add_text
add_text -balloonColors_color-fonts_font-haligns_hPos-tailLoc {f_x f_y} -texts_text-textColors_color-textLoc {f_x f_y} -valigns_vPos
Description
The add_text command adds a text annotation to the active window.
Arguments
|
Specifies the color for the balloon as the color name (such as |
|
|
Specifies the horizontal alignment for the text as |
|
|
Specifies the x- and y-coordinates for the end of the balloon tail as two space-delimited real numbers enclosed in braces. |
|
|
Specifies the color for the text as the color name (such as |
|
|
Specifies the x- and y-coordinates for the end of the balloon tail as two space-delimited real numbers enclosed in braces. |
|
|
Specifies the vertical alignment for the text as |
|
Examples
The following example adds a text annotation.
add_text -balloonColor Yellow -font Arial -halign left -tailLoc { 1374.54 1993.79 } -text "look here" -textColor #55ffff -textLoc { 1411.46 2167.85 } -valign bottom
Related Topics
Return to top