/******************************************************** * Print Control V5 Syntax Reference - shadebox example ********************************************************/ timesroman = 5; medium = 0; normal = 0; italic = 1; bold = 3; hor( 30, 80, 100, 1); vert( 30, 80, 80, 1); fillbox( 40, 100, 30, 40, 0.4, 10); font( timesroman, 8, medium); vert( 75, 82, 59, 0.1); hor( 74, 100, 2, 0.1); hor( 74, 140, 2, 0.1); text( 77, 91.5, "20mm"); text( 77, 120.5, "40mm"); vert( 40, 144, 2, 0.1); vert( 70, 144, 2, 0.1); hor( 32, 145, 39, 0.1); text( 33, 148, "10mm"); text( 52, 148, "30mm");