var fDesc=new Array(); fDesc[0] = "Outline ART,applied in CAD word processing,is a tool to transform words and symbols into vector-contour. DWGTOOL Software provides both windows desktop version and ARX embedded version for AutoCAD(supporting R14 / R2000 / R2002 / R2004 / R2005 / R2006),so that words and symbols can be transformed into not only DXF file,but also polyline entity in AutoCAD.

Main Features:
- TTF to DXF conversion.
- Inputting words and symbols to be transformed.
- Opening an existed file .
- Setting up word attributes
- You can set up font of words and symbols,word height and height/width ratio(DXF only) .
- Setting up smoothness of vector contour .
- Saving inputted words to txt file for future use .
- Saving to DXF file .
- Easy in use."; 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 = ''; } }