Draw Text in Rect (Not in Base Package)

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.
Font Name selects the font to use for the string.
Size selects the size of the font in points.
Strikeout? If TRUE, text appears in strikeout.
Italic? If TRUE, text appears in italic.
Underline? If TRUE, text appears underlined.
Outline? If TRUE, text appears in outline.
Shadow? If TRUE, text appears in shadow.
Bold? If TRUE, text appears in bold.
desired font specifies the font for the text you draw.

0User-specified font
1Application font (default)
2System font
3Dialog font
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.
left is the horizontal coordinate of the left edge of the rectangle.
top is the vertical coordinate of the top edge of the rectangle.
right is the horizontal coordinate of the right edge of the rectangle.
bottom is the vertical coordinate of the bottom edge of the rectangle.
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.