Draws a string into a picture. The string is clipped, or cropped, to the area of a specified rectangle.
![]() |
[user-specified font] is a cluster containing the specific font characteristics for the text you draw.
This specification is ignored unless desired font is set to user-specified font.
| ||||||||||||||||
![]() |
desired font specifies the font for the text you draw.
|
||||||||||||||||
![]() |
picture is the image to which you add the text string. It defaults to an empty picture. | ||||||||||||||||
![]() |
rect a cluster containing the upper-left and lower-right coordinates that describe a rectangle bounding the text.
The VI clips text to the coordinates of this rectangle. All coordinates are absolute.
| ||||||||||||||||
![]() |
text is the string you want to draw in the picture. | ||||||||||||||||
![]() |
text color is the color of the text. The default is black. You can wire a color box constant to this input. | ||||||||||||||||
![]() |
BG color is the color of the background of the text.
The default is transparent.
You can wire a color box constant to this input. |
||||||||||||||||
![]() |
black in B/W? specifies whether the pixel appears as black or as white if you display it on a black-and-white monitor. The default is black (TRUE). | ||||||||||||||||
![]() |
new picture is the modified picture. |