Re: NWC2STDA font in a table
Reply #3 –
Can't swear to it, but it was probably me on a previous computer. This is the closest thing I have to it now:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>The FretQwikC font</title>
</head>
<body>
<SCRIPT type="text/javascript">
document.write('<html><head><title>The FretQwikC font</title></head><body><font size="+4">');
for (var i=1; i<256; i++) {
document.write("&#" + i + "; " + i + " <font face='FretQwikC'>&#" + i + ";</font>\n");
if (!(i % 8)) document.write("<br>\n");
}
document.write("</font></body></html>");
</script>
</body>
</html>
You can save it as a file ending in .html, perhaps after doing a global replace on FretQwickC to another font and run it.