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
名称 | 类型 | 访问 | 最低版本 | 描述 |
---|---|---|---|---|
length | number | R | 23.0 | Number of TextFont elements in this collection. |
parent | Photoshop | 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 | string |