Draw Scale (Not in Base Package)

Draws a scale onto a picture. The scale can be horizontal or vertical and can be justified on the right (bottom if horizontal) or left (top).

[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 collection of drawing instructions on which the scale will be drawn.
scale specs is an array of clusters that produces the coordinates and labels you can use in the scale.
decade specs is a cluster that produces the coordinates and labels to use in a scale.
coordinate specifies the coordinates to use in the scale.
label specifies the labels to use in the scale.
constant coordinate is the location of the x coordinate in a vertical scale, or the y coordinate in a horizontal scale.
tick length specifies the length of the marks on the edge of the scale.
scale attributes is a cluster that describes the format for the scale.
horizontal specifies whether the scale will be horizontal or vertical.
left/top specifies whether text will be drawn to the left for a vertical scale and the top for a horizontal scale (TRUE), or to the right for a vertical scale and the bottom for a horizontal scale (FALSE).
draw bar specifies whether or not a bar should be drawn as part of the scale.
line color is the color of the line. You can wire a color box constant to this input.
text color is a color numeric that specifies the color of the text.
new picture is a picture containing the scale that can be wired to a picture control indicator.