Answered
List installed system Fonts
Hi,
is it possible to get a list of fonts installed in the system (win or mac)?
Hi,
is it possible to get a list of fonts installed in the system (win or mac)?
function test()
{
var TF = textFonts;
$.writeln(TF.length + " fonts installed on the system.\n");
for(var x=0,len=TF.length;x<len;x++)
{
$.writeln(TF
}
}
test();
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.