TextFonts
The collection of fonts available on your computer. Fonts are represented by TextFont objects. Access this object in the Photoshop.fonts property.
Hierarchy#
Array<TextFont>
↳ TextFonts
Indexable#
â–ª [index: number]: TextFont
Used to access the text fonts in the collection
Properties#
| Name | Type | Access | Description |
|---|---|---|---|
| length | number | Read-only | Number of TextFont elements in this collection |
| parent | Photoshop | Read-only | The owner application of this TextFonts collection |
| typename | string | Read-only | The name for this object collection: TextFonts |
Methods#
getByName#
Find the first font with the given PostScript name
Parameters#
| Name | Type |
|---|---|
name | string |
