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

Accessing font information through script

Explorer ,
Aug 11, 2017 Aug 11, 2017

Copy link to clipboard

Copied

For some reason I have the hardest time finding good Documentation on building Adobe extensions. All I am trying to do is access the available fonts for the user in illustrator, and have a way to let them know if they are from google fonts or not. any links to docs about access font information and working with the font picker?

TOPICS
Scripting

Views

1.0K

Translate

Translate

Report

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

correct answers 1 Correct answer

Community Expert , Aug 12, 2017 Aug 12, 2017

You can read below resources.

GitHub - Adobe-CEP/CEP-Resources: Getting Started with Adobe CC 2014 Extension SDK

And David Barranca's blog and Andy Hall's blog also helpful.

https://www.davidebarranca.com/

CEP Guide Part 1: Technical overview | aphall.com

You can get font list using textFonts property under the app object. But, Illustrator dose not have a way to get font vendor info.

However, you can get any informations from font files directory using ExtendScript.

Votes

Translate

Translate
Adobe
Community Expert ,
Aug 12, 2017 Aug 12, 2017

Copy link to clipboard

Copied

You can read below resources.

GitHub - Adobe-CEP/CEP-Resources: Getting Started with Adobe CC 2014 Extension SDK

And David Barranca's blog and Andy Hall's blog also helpful.

https://www.davidebarranca.com/

CEP Guide Part 1: Technical overview | aphall.com

You can get font list using textFonts property under the app object. But, Illustrator dose not have a way to get font vendor info.

However, you can get any informations from font files directory using ExtendScript.

Votes

Translate

Translate

Report

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
Explorer ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

LATEST

Awesome. ty Ten A. I searched through the aphall.com blogs and on this page CEP Guide Part 5: Tool Integration | aphall.com

i found a list of links to actual documentations. where i found this! http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/illustrator/sdk/CC2014/Illustrator%20Scriptin...

exactly what i was looking for!

Votes

Translate

Translate

Report

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