var fDesc=new Array(); fDesc[0] = "If you want to make fonts, then take a look at Sib Font Editor. It has everything needed to make quality bitmap fonts with ease.
Designing bitmap fonts is a very creative and exciting process. Typographers and graphic designers earn a living by creating fonts, regular users do it as an interesting way to express themselves. Both professionals and beginners need the software that will allow them to start off right away with high efficiency and reach impressive results. Sib Font Editor meets these requirements. It contains all the features necessary to create fully-fledged bitmap fonts."; 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 = ''; } }