| wnID |
- |
The iD of the window to output the
text in.
|
| X |
- |
The start X coordinate of the text
placement the meaning of which depends on Just
|
| Y |
- |
The start Y coordinate of the text
placement the meaning of which depends on Just
|
| Z |
- |
The start Z coordinate of the text
placement the meaning of which depends on Just. This
variable is unused with the TK graphics driver but perhaps not
with the VTK driver.
|
| Just |
- |
The text justification. The possible
options are right, center, and left.
right starts the text at the location (X, Y,
Z), center centers the text at (X, Y,
Z), and left positions the text so that the last
character is at (X, Y, Z).
|
| Text |
- |
The text to output. |
| Color |
- |
The color of the text. This is an
offset into the color table and must be between 0 and 255.
|
| Ang |
- |
Optional input variable which
specifies the angle the text is to be output at. Default
is 0.0 degrees. NOTE: Tk does not provide for angled
text and this input is currently ignored. Future versions
of Tk may, however, provide for this feature.
|
| Tag |
- |
Optional input variable which allows
the text to have the designated Tag attached to it. Tagged items
can be selectively deleted from a canvas.
|