/******************************************************** * Print Control V5 Syntax Reference - hor example ********************************************************/ timesroman = 5; medium = 0; hor( 30, 80, 100, 1); vert( 30, 80, 40, 1); hor( 40, 90, 80, 0.4); font( timesroman, 8, medium); vert( 125, 82, 9, 0.1); hor( 124, 90, 2, 0.1); text( 127, 86.5, "10mm"); vert( 40, 94, 2, 0.1); vert( 120, 94, 2, 0.1); hor( 32, 95, 89, 0.1); text( 33, 98, "10mm"); text( 79, 98, "80mm"); offset( 0, -17); hor( 30, 150, 100, 1); vert( 30, 150, 40, 1); hor( 40, 160, 80, 0.4, 4, 5); text( 121, 161, "1"); text( 121, 166, "2"); text( 121, 171, "3"); text( 121, 176, "4"); offset( 0, 87); vert( 40, 94, 2, 0.1); vert( 120, 94, 2, 0.1); hor( 32, 95, 89, 0.1); text( 33, 98, "10mm"); text( 79, 98, "80mm"); offset( 0, -87); offset( 0, 70); vert( 125, 82, 24, 0.1); hor( 124, 90, 2, 0.1, 4, 5); text( 127, 86.5, "10mm"); text( 127, 93.5, "5mm"); text( 127, 98.5, "5mm"); text( 127, 103.5, "5mm"); .END