TextFonts
The collection of fonts available on your computer. Fonts are represented by TextFont objects. Access this object in the Photoshop.fonts property.
Indexable
▪ [index: number]: TextFont
Used to access the text fonts in the collection.
Properties
| Name | Type | Access | Min Version | Description | 
|---|---|---|---|---|
length  | number  | R  | 23.0  | Number of TextFont elements in this collection.  | 
parent  | R  | 23.0  | The owner application of this TextFonts collection.  | |
typename  | string  | R  | 23.0  | The name for this object collection: TextFonts.  | 
Methods
getByName
23.0Find the first font with the given PostScript name.
Parameters
| Name | Type | 
|---|---|
name | string  | 
