/******************************************************** * Print Control V5 Syntax Reference - pos example ********************************************************/ timesroman = 5; medium = 0; hor( 40, 110, 100, 1); vert( 40, 110, 50, 1); hor( 59, 139.8, 2, 0.5); vert( 59.8, 139, 2, 0.5); font( timesroman, 12, medium); text( 64, 141, "cursor position"); hor( 42, 145, 19, 0.1); vert( 60, 144, 2, 0.1); font( timesroman, 8, medium); text( 47.5, 144, "20mm"); vert( 60, 112, 25, 0.1); text( 63, 126, "30mm");