Skip to main content
daitranthanhoa
Inspiring
September 30, 2022
Question

Why can't get Font BIZ-UDMinchoM.ttc?

  • September 30, 2022
  • 1 reply
  • 452 views

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 ?

 

 

This topic has been closed for replies.

1 reply

Community Expert
September 30, 2022

Please check if this font inside is loaded from the Documents Fonts folder. You can check this information from the Find Font dialog or by checking if the font file is present in the Document Fonts folder which is located next to the InDesign file.

If it is indeed a document font then it should be found in the app.documents[0].fonts collection

-Manan

 

-Manan
daitranthanhoa
Inspiring
September 30, 2022

I want get list font avilable of Indesign App.

So i using app.fonts , But Font "BIZ UD明朝 Medium" not exist while it can setting from Indesign App.