".red" file format

Each entity in the .red file contains keywords and the keywords are separated by comma (","). For CV7, all entities except text entity are stored as polyline entities. The format for Line, Circle and Cloud are for CV6 .red file format. The general format for each entity is as follow:

Line

shape,x1,y1,x2,y2{c,r,b,g}

Polyline

shape,w,n,x1,y1,x2,y2,...,xn,yn{c,r,b,g}

Circle and Clouds

shape,x,y,r{c,r,b,g}

Text

shape,x,y,height,text,font name, font style, font size{c,r,b,g}