|
The following commands set the parameters for drawing graphic objects, text objects, and, where appropriate, picture objects. If you do not specify these values in the script file, Sahafi uses its default settings.
{LINEWEIGHT=number}
where number is point size in eighths of a point. A value of 8 specifies a one point rule, 4 a half-point rule, and 16 a two point rule. Example: {LINEWEIGHT=4} sets line thickness to 1/2 point.
{PENPATTERN=number}
{FILLPATTERN=number}
where number is a percentage from 0% to 100% in 10% increments. A value of 100 specifies a solid color. A value of 1 is transparent and a value of 0 is opaque.
Example: {PENPATTERN=50} sets line pattern to 50%.
Example: {FILLPATTERN=20} sets fill pattern to 20%.
{PENCOLOR=color}
{FILLCOLOR=color}
where color is black, white, red, green, blue, cyan, magenta, or yellow.
Example: {PENCOLOR=black} sets line color to black.
Example: {FILLCOLOR=red} sets fill color to red.
|
|