/******************************************************** * Print Control V5 Syntax Reference - barcode example ********************************************************/ timesroman = 5; medium = 0; offset(40, 100); hor( 0, 10, 80, 1); vert( 0, 10, 75, 1); hor( 2, 32, 19, 0.1); vert( 20, 31, 2, 0.1); font( timesroman, 8, medium); text( 5, 30, "20mm"); hor( 61, 30, 2, 0.1); vert( 62, 12, 21, 0.1); font( timesroman, 8, medium); text( 63, 27, "20mm"); barcode("931234567890", "ean13", 20, 30, 30, 15); barcode("012345", "39", 20, 60); barcode("012345", "code128/t", 20, 75, 20, 10); offset(0, 0);