/******************************************************** * 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); . shadebox( 40, 100, 30, 40, 0.4, 1.5, "B", 100); font( timesroman, 8, medium); vert( 75, 82, 61, 0.1); hor( 74, 100, 2, 0.1); hor( 74, 140, 2, 0.1); hor( 74, 141.5, 2, 0.1); text( 77, 91.5, "20mm"); text( 77, 120.5, "40mm"); text( 77, 141.5, "1.5mm"); . 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");