Question
Why can't get Font BIZ-UDMinchoM.ttc?
Font BIZ-UDMinchoM.ttc installed at my PC (It is a system font):

Indesign App can use this font: "BIZ UD明朝 Medium"

But I can't get this font "BIZ UD明朝 Medium" in list font of Indesign App by Script:
for(var i=0;i<app.fonts.length;i++)
{
$.writeln(app.fonts[i].name);
}
Why can't get Font "BIZ UD明朝 Medium" from app.fonts ?
