if (sty) {renderImage();} else {renderImage2();}
}
document.getElementById('clr2').oninput = function() {
clr2 = document.getElementById('clr2').value;
if (sty) {renderImage();} else {renderImage2();}
}
document.getElementById('off_clr').oninput = function() {
off_clr = document.getElementById('off_clr').value;
if (sty) {renderImage();} else {renderImage2();}
}
document.getElementById('ico_clr').oninput = function() {
ico_clr = document.getElementById('ico_clr').value;
if (sty) {renderImage();} else {renderImage2();}
}
document.getElementById('ico_sz').oninput = function() {
ico_sz = document.getElementById('ico_sz').value;
if (sty) {renderImage();} else {renderImage2();}
}
document.getElementById('l_sp').oninput = function() {
l_sp = document.getElementById('l_sp').value;
if (sty) {renderImage();} else {renderImage2();}
}
var fonts = ["Arial","Montez","Lobster","Josefin Sans","Shadows Into Light","Pacifico","Amatic
SC", "Orbitron", "Rokkitt","Righteous","Dancing Script","Bangers","Chewy","Sigmar
One","Architects Daughter","Abril Fatface","Covered By Your Grace","Kaushan
Script","Gloria Hallelujah","Satisfy","Lobster
Two","Comfortaa","Cinzel","Courgette","Annie Use Your Telescope","Baloo","Bowlby
One SC","Bungee Inline","Cabin Sketch","Caveat","Contrail
One","Damion","Economica","Fascinate Inline","Faster One","Fredericka the
Great","Gabriela","Just Another Hand","Kodchasan","Love Ya Like A
Sister","Megrim","Monoton","Mouse
Memoirs","Podkova","Pompiere","Quicksand","Reenie Beanie","Rokkitt","Six
Caps","Source Sans Pro","Special Elite","Spicy Rice","VT323","Wire One"];
var string = "";
var select = document.getElementById("select")
var select2 = document.getElementById("select2")
for(var a = 0; a < fonts.length ; a++){
var opt = document.createElement('option');
opt.value = opt.innerHTML = fonts[a];