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

Fonts from Adobe

Explorer ,
Jun 30, 2023 Jun 30, 2023

Hey guys, is there a way to know through script if a font is from Adobe?

Thanks in advance

TOPICS
Expressions , Scripting
168
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 ,
Jun 30, 2023 Jun 30, 2023
LATEST

The only way of doing that is to get the fonts list, check the postscript of the font and compare those. Fonts listing is not available natively, but you can use Aeviewer API to get the list of the installed fonts:

https://github.com/axwt/aeviewer-api#get-an-object-with-available-system-fonts

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