/******************************************************** * Print Control V5 Syntax Reference - vert example 2 ********************************************************/ timesroman = 5; medium = 0; font( timesroman, 8, medium); hor( 30, 150, 100, 1); vert( 30, 150, 40, 1); . vert( 40, 160, 20, 0.3, 8, 10); text( 39.5, 183, "1"); text( 49.5, 183, "2"); text( 59.5, 183, "3"); text( 69.5, 183, "4"); text( 79.5, 183, "5"); text( 89.5, 183, "6"); text( 99.5, 183, "7"); text( 109.5, 183, "8"); font( timesroman, 10, medium); offset( 70, 70); vert( 40, 90, 20, 0.3); font( timesroman, 8, medium); vert( 50, 82, 9, 0.1); hor( 49, 90, 2, 0.1); text( 52, 86.5, "10mm"); vert( 50, 89, 22, 0.1); hor( 49, 110, 2, 0.1); text( 52, 101, "20mm"); offset( -70, 0); vert( 40, 114, 2, 0.1); hor( 32, 115, 9, 0.1); text( 33, 118, "10mm"); offset( 20, 0); vert( 30, 114, 2, 0.1, 2, 10); hor( 29, 115, 12, 0.1); text( 32, 118, "10mm");