Skip to main content
Participant
January 7, 2012
Question

Ist there a font property to get the font designer or owner?

  • January 7, 2012
  • 1 reply
  • 441 views

Hello, I have written a font catalog (Java)script in the style of the Adobe Type Library Reference Book. I will upload it to Adobe Exchange as OpenSource. My question is now, if there exists an undocumented property to get the font designer and trademark owner? Perhaps sth. like app.fonts.everyItem().designer? It would be a nice gimmick. Or any other idea?

This topic has been closed for replies.

1 reply

Harbs.
Legend
January 7, 2012

Nope.

If you want to info badly enough, you can use the location to get the font file and read the font yourself and parse it for the info you want...

Harbs