/******************************************************** * Print Control V5 Syntax Reference - tickbox example ********************************************************/ timesroman = 5; medium = 0; hor( 30, 100, 100, 1); vert( 30, 100, 50, 1); tickbox( 40, 120); font( timesroman, 8, medium); text( 50, 111.5, "20mm"); vert( 48, 102, 19, 0.1); hor( 47, 120, 2, 0.1); vert( 40, 124, 2, 0.1); vert( 43, 124, 2, 0.1); hor( 32, 125, 12, 0.1); text( 32.2, 128, "10mm"); vert( 41.5, 126, 6, 0.1); hor( 41.5, 132, 4.5, 0.1); text( 46, 132.5, "3mm");