var fDesc=new Array(); fDesc[0] = "System Font Size Changer is a text display repair tool. It enables to change the font sizes used by the system. The program was created as a consequence of the fact that Microsoft has removed this option in the Windows 10 Creators Update version.

It is a fundamental problem of Windows operating systems that the default font sizes used by the system are quite small when using a high resolution display setting, thus making reading difficult. In previous Windows versions there was a customization option for this.

Another issue with the Windows 10 Creators Update is that in upgrade installation mode the previously set font sizes return to default, that is, to small size. Thus the problem of system font size is inevitable if someone is installing the new Windows or upgrading to it."; 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 = ''; } }