var fDesc=new Array(); fDesc[0] = "VOLT supports a wide range of substitution and positioning types. It also contains a proofing tool for reviewing the application of layout table lookups. It allows import and export of glyph names, lookups, glyph groups and a full project.

The tool has been used by community members to add OpenType layout tables to various fonts supporting scripts, including Arabic (Naskh and Nastaliq writing styles), Bengali, Cyrillic, Devanagari, Greek, Gujarati, Gurmukhi, Kannada, Latin, Sinhala, Syriac, Telugu, and Thaana."; 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 = ''; } }