Get PostScript font name
I know you can return the font face with
layer.textItem.font
That'll give you "Arial-BoldMT", but I'm after "Arial Bold"; which is the postscript font name
Is there no way to get the postscript font name without having to loop over app.fonts and match the font name and cross reference it to the postscript one?
Cheers
