Discovering Photoshop Internal Font Names

When programming scripts for Photoshop, you sometimes need to know Photoshop's internal name for a font. That name almost always differs from the name presented in the drop-down list of fonts. For example, the internal name for the Arial font is “ArialMT.”

A simple way to find out the internal name of a font is to create a text layer using the font, then invoking this Show Font Name.jsx script from within Photoshop. When executed, an alert will pop up showing the internal name of the font.

If you don't know how to install a Photoshop jsx file, mimic the install instructions provided on the page for my calendar-building script.


All 4 comments so far, oldest first...

Word… Nicely done, really helped me! Keep it up!

— comment by Peter on December 8th, 2011 at 4:42am JST (12 years, 4 months ago) comment permalink

Thank you sooooooooooooooooo much! This was driving me crazy.

from Vancouver

— comment by Josh Gemmell on December 30th, 2012 at 2:05pm JST (11 years, 4 months ago) comment permalink

so when I try to right click open with ps cs6, it causes an error (1302 there is no such a file)

//I have a hungarian version, so in English it might be different.

line 6
->if (app.activeDocument.activeLayer.kind=LayerKind.TEXT)

I cant try out the other method, (file menu script), casue ther isnt one.

It’s been years since I looked at this, and of course CS6 wasn’t around then, but are you sure you had a text layer currently selected as the active layer when invoking the script? —Jeffrey

— comment by poszy6 on January 15th, 2016 at 7:56am JST (8 years, 3 months ago) comment permalink

Wow I tought u would never replay 😀

That was the problem, thank you 😀

— comment by poszy6 on January 15th, 2016 at 3:57pm JST (8 years, 3 months ago) comment permalink
Leave a comment...


All comments are invisible to others until Jeffrey approves them.

Please mention what part of the world you're writing from, if you don't mind. It's always interesting to see where people are visiting from.

IMPORTANT:I'm mostly retired, so I don't check comments often anymore, sorry.


You can use basic HTML; be sure to close tags properly.

Subscribe without commenting