var fDesc=new Array(); fDesc[0] = "TechSoft created 2D Design for users who require sophisticated drawing and design features, but don’t want to spend a lifetime learning to use them. Although designed with professional capability, its ease of use means that 2D Design is the CAD standard for the vast majority of UK secondary schools. Whether you need to produce traditional engineering drawings, colourful ‘free-form’ designs for embroidery, or smart graphical presentation sheets, 2D Design V2 has been carefully developed to give you all the tools you need – and all in one place.
2D Design V2 offers thousands of exciting options for combining vector drawing with text, bitmaps, photographs or clip-art to create stunning graphic products. Comprehensive editing tools allow any image to be clipped to size and shape; bitmap images can be converted into a vector drawing; individual font characters can be customised; colour fills can be single colour, graduated, texture or pattern, etc. The options are endless – the texture fill could be used to simply render a drawing with a photograph of the material it will be made from; the pattern fill could become an application in its own right to design patterns for Image Transfer work or embroidery."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }