User manual

Appendices
522
© 2014 Digital Vision
UM-2014.1-07
textSize
textSize <FLOAT> ;
Set the size of text drawn.
color
color <FLOAT R> <FLOAT G> <FLOAT B> <FLOAT A> ;
Set the color (Red Green Blue Alpha) for drawing.
fill
fill "<FILL>" ;
where FILL is solid or open.
Set the fill mode.
anchor
anchor "<VERT>" "<HORIZ>" ;
where :
String
Values
VERT
bottom, middle , top
HORIZ
left, center , right
This defines the horizontal and vertical positioning for :
text elements
image elements
image
image <INT x> <INT y> "<PATH>" ;
where PATH is full path to image file.
Draw specified image at (x,y) using the current coordinate system and draw
style.
Images should be in PNG format. The image path can be relative (to
specification file) or given as an absolute path.