Text Font
Describes a font that is available to the application. Access this object in the Photoshop.fonts collection.
const arialMTFont = require('photoshop').app.fonts.getByName("ArialMT");
Properties
Name
Type
Access
Min Version
Description
family
string
R
23.0
The font family.
name
string
R
23.0
The name of the font.
postScriptName
string
R
23.0
The PostScript name of the font.
style
string
R
23.0
The font style.
typename
string
R
23.0
The class name of the referenced object: "TextFont".