Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Enthusiast ,
Sep 29, 2022 Sep 29, 2022

Font BIZ-UDMinchoM.ttc installed at my PC (It is a system font):

 

daitranthanhoa_2-1664512292514.png

 

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

daitranthanhoa_1-1664512263305.png

 

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 ?

 

 

TOPICS
Scripting
490
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 29, 2022 Sep 29, 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

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 30, 2022 Sep 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 30, 2022 Sep 30, 2022

Indesign Script returns the font name as "BIZ UD明朝 Regular" instead of "BIZ UD明朝 Medium"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 30, 2022 Sep 30, 2022

Fonts have more than one name inside. They are not always matched easily. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 30, 2022 Sep 30, 2022
LATEST

"BIZ UD明朝 Regular" is not exist in system.

BIZ-UDMinchoM.ttc only have font "BIZ UD明朝 Medium"

https://learn.microsoft.com/vi-vn/typography/font-list/biz-udmincho-medium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines